3
0
Fork 0
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:
Nikolaj Bjorner 2025-08-26 09:51:11 -07:00
parent 894c0e9fbe
commit 1bed5a4306

View file

@ -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: