mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +00:00
increase version number
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
1155ea69a1
commit
3a8eb1e7ec
3 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
|||
from mk_util import *
|
||||
|
||||
def init_version():
|
||||
set_version(4, 10, 1, 0)
|
||||
set_version(4, 10, 2, 0)
|
||||
|
||||
# Z3 Project definition
|
||||
def init_project_def():
|
||||
|
|
|
@ -2,7 +2,7 @@ variables:
|
|||
|
||||
Major: '4'
|
||||
Minor: '10'
|
||||
Patch: '1'
|
||||
Patch: '2'
|
||||
NightlyVersion: $(Major).$(Minor).$(Patch).$(Build.BuildId)-$(Build.DefinitionName)
|
||||
|
||||
stages:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue