3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-08 20:21:23 +00:00

inc version number

This commit is contained in:
Nikolaj Bjorner 2022-07-06 14:00:40 -07:00
parent 0c42d3b079
commit 9d9414c111
5 changed files with 31 additions and 4 deletions

View file

@ -2,7 +2,7 @@ variables:
Major: '4'
Minor: '9'
Patch: '1'
Patch: '2'
NightlyVersion: $(Major).$(Minor).$(Patch).$(Build.BuildId)-$(Build.DefinitionName)
stages: