3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 01:24:08 +00:00

update version

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-01-20 12:51:48 -08:00
parent 517d907567
commit fb48481860
4 changed files with 4 additions and 4 deletions

View file

@ -11,7 +11,7 @@ if (POLICY CMP0042)
endif() endif()
set(CMAKE_USER_MAKE_RULES_OVERRIDE_CXX "${CMAKE_CURRENT_SOURCE_DIR}/cmake/cxx_compiler_flags_overrides.cmake") set(CMAKE_USER_MAKE_RULES_OVERRIDE_CXX "${CMAKE_CURRENT_SOURCE_DIR}/cmake/cxx_compiler_flags_overrides.cmake")
project(Z3 VERSION 4.8.10.0 LANGUAGES CXX) project(Z3 VERSION 4.8.11.0 LANGUAGES CXX)
################################################################################ ################################################################################
# Project version # Project version

View file

@ -8,7 +8,7 @@
from mk_util import * from mk_util import *
def init_version(): def init_version():
set_version(4, 8, 10, 0) set_version(4, 8, 11, 0)
# Z3 Project definition # Z3 Project definition
def init_project_def(): def init_project_def():

View file

@ -1,5 +1,5 @@
variables: variables:
ReleaseVersion: '4.8.10' ReleaseVersion: '4.8.11'
stages: stages:
- stage: Build - stage: Build

View file

@ -346,7 +346,7 @@ stages:
# Enable on release: # Enable on release:
- job: PyPIPublish - job: PyPIPublish
condition: eq(1,1) condition: eq(0,1)
displayName: "Publish to PyPI" displayName: "Publish to PyPI"
pool: pool:
vmImage: "ubuntu-latest" vmImage: "ubuntu-latest"