3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-18 02:16:40 +00:00

set version number

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2022-07-21 20:27:50 -07:00
parent efa74fe6c6
commit adcb3e8f86
4 changed files with 5 additions and 5 deletions

View file

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