mirror of
https://github.com/Z3Prover/z3
synced 2025-09-14 21:51:27 +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'
|
Minor: '15'
|
||||||
Patch: '4'
|
Patch: '4'
|
||||||
ReleaseVersion: $(Major).$(Minor).$(Patch)
|
ReleaseVersion: $(Major).$(Minor).$(Patch)
|
||||||
AssemblyVersion: $(Major).$(Minor).$(Patch).$(Build.BuildId)
|
NightlyVersion: $(Major).$(Minor).$(Patch).$(Build.BuildId)
|
||||||
NightlyVersion: $(AssemblyVersion)-$(Build.buildId)
|
|
||||||
# TODO: Auto-read from VERSION.txt when Azure DevOps supports it better
|
# TODO: Auto-read from VERSION.txt when Azure DevOps supports it better
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue