mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
increment version number
This commit is contained in:
parent
f1806d32d6
commit
a418678cd4
4 changed files with 4 additions and 4 deletions
|
@ -8,7 +8,7 @@
|
|||
from mk_util import *
|
||||
|
||||
def init_version():
|
||||
set_version(4, 8, 15, 0)
|
||||
set_version(4, 8, 16, 0)
|
||||
|
||||
# Z3 Project definition
|
||||
def init_project_def():
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
variables:
|
||||
ReleaseVersion: '4.8.15'
|
||||
ReleaseVersion: '4.8.16'
|
||||
MacFlags: 'CXXFLAGS="-arch arm64 -arch x86_64" LINK_EXTRA_FLAGS="-arch arm64 -arch x86_64" SLINK_EXTRA_FLAGS="-arch arm64 -arch x86_64" FPMATH_ENABLED=False'
|
||||
|
||||
stages:
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
trigger: none
|
||||
|
||||
variables:
|
||||
ReleaseVersion: '4.8.15'
|
||||
ReleaseVersion: '4.8.16'
|
||||
|
||||
stages:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue