3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-09-03 08:38:06 +00:00

update minor version number

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2024-01-24 09:24:46 -08:00
parent 1b94d43a8b
commit 133546625c
4 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
variables:
Major: '4'
Minor: '12'
Patch: '5'
Patch: '6'
AssemblyVersion: $(Major).$(Minor).$(Patch).$(Build.BuildId)
NightlyVersion: $(AssemblyVersion)-$(Build.DefinitionName)