mirror of
https://github.com/Z3Prover/z3
synced 2025-09-13 13:11:26 +00:00
remove double tweak versioning
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
894c0e9fbe
commit
1bed5a4306
1 changed files with 1 additions and 2 deletions
|
@ -4,8 +4,7 @@ variables:
|
|||
Minor: '15'
|
||||
Patch: '4'
|
||||
ReleaseVersion: $(Major).$(Minor).$(Patch)
|
||||
AssemblyVersion: $(Major).$(Minor).$(Patch).$(Build.BuildId)
|
||||
NightlyVersion: $(AssemblyVersion)-$(Build.buildId)
|
||||
NightlyVersion: $(Major).$(Minor).$(Patch).$(Build.BuildId)
|
||||
# TODO: Auto-read from VERSION.txt when Azure DevOps supports it better
|
||||
|
||||
stages:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue