mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 01:24:08 +00:00
increment version
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e05f5ef6d1
commit
10ad5bae21
|
@ -2,7 +2,7 @@
|
||||||
cmake_minimum_required(VERSION 3.4)
|
cmake_minimum_required(VERSION 3.4)
|
||||||
|
|
||||||
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.11.0 LANGUAGES CXX)
|
project(Z3 VERSION 4.8.12.0 LANGUAGES CXX)
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# Project version
|
# Project version
|
||||||
|
|
|
@ -10,6 +10,7 @@ Version 4.8.next
|
||||||
option, but at this point does not translate into benefits. It is currently
|
option, but at this point does not translate into benefits. It is currently
|
||||||
turned off by default.
|
turned off by default.
|
||||||
|
|
||||||
|
|
||||||
Version 4.8.11
|
Version 4.8.11
|
||||||
==============
|
==============
|
||||||
- self-contained character theory, direct support for UTF8, Unicode character sets.
|
- self-contained character theory, direct support for UTF8, Unicode character sets.
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
from mk_util import *
|
from mk_util import *
|
||||||
|
|
||||||
def init_version():
|
def init_version():
|
||||||
set_version(4, 8, 11, 0)
|
set_version(4, 8, 12, 0)
|
||||||
|
|
||||||
# Z3 Project definition
|
# Z3 Project definition
|
||||||
def init_project_def():
|
def init_project_def():
|
||||||
|
|
Loading…
Reference in a new issue