3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-07 19:51:22 +00:00

increment minor version for dev branch

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2022-07-06 10:15:34 -07:00
parent 2ae84f88df
commit cc841caf08
4 changed files with 4 additions and 4 deletions

View file

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