mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +00:00
inc version number
This commit is contained in:
parent
0c42d3b079
commit
9d9414c111
5 changed files with 31 additions and 4 deletions
|
@ -8,7 +8,7 @@
|
|||
from mk_util import *
|
||||
|
||||
def init_version():
|
||||
set_version(4, 9, 1, 0)
|
||||
set_version(4, 9, 2, 0)
|
||||
|
||||
# Z3 Project definition
|
||||
def init_project_def():
|
||||
|
|
|
@ -2,7 +2,7 @@ variables:
|
|||
|
||||
Major: '4'
|
||||
Minor: '9'
|
||||
Patch: '1'
|
||||
Patch: '2'
|
||||
NightlyVersion: $(Major).$(Minor).$(Patch).$(Build.BuildId)-$(Build.DefinitionName)
|
||||
|
||||
stages:
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
trigger: none
|
||||
|
||||
variables:
|
||||
ReleaseVersion: '4.9.1'
|
||||
ReleaseVersion: '4.9.2'
|
||||
|
||||
stages:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue