mirror of
https://github.com/Z3Prover/z3
synced 2025-04-05 09:04:07 +00:00
increment version number
This commit is contained in:
parent
f1806d32d6
commit
a418678cd4
|
@ -2,7 +2,7 @@
|
|||
cmake_minimum_required(VERSION 3.4)
|
||||
|
||||
set(CMAKE_USER_MAKE_RULES_OVERRIDE_CXX "${CMAKE_CURRENT_SOURCE_DIR}/cmake/cxx_compiler_flags_overrides.cmake")
|
||||
project(Z3 VERSION 4.8.15.0 LANGUAGES CXX)
|
||||
project(Z3 VERSION 4.8.16.0 LANGUAGES CXX)
|
||||
|
||||
################################################################################
|
||||
# Project version
|
||||
|
|
|
@ -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…
Reference in a new issue