From d56dd1db7bbf1cd0add5ff1602492214aa0aace3 Mon Sep 17 00:00:00 2001 From: Nikolaj Bjorner Date: Fri, 11 Sep 2020 04:37:35 -0700 Subject: [PATCH] update version' Signed-off-by: Nikolaj Bjorner --- CMakeLists.txt | 2 +- scripts/mk_project.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e6b9933ce..a21563e33 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ if (POLICY CMP0042) endif() set(CMAKE_USER_MAKE_RULES_OVERRIDE_CXX "${CMAKE_CURRENT_SOURCE_DIR}/cmake/cxx_compiler_flags_overrides.cmake") -project(Z3 VERSION 4.8.9.0 LANGUAGES CXX) +project(Z3 VERSION 4.8.10.0 LANGUAGES CXX) ################################################################################ # Project version diff --git a/scripts/mk_project.py b/scripts/mk_project.py index e829f3a1c..88a7e6414 100644 --- a/scripts/mk_project.py +++ b/scripts/mk_project.py @@ -8,7 +8,7 @@ from mk_util import * def init_version(): - set_version(4, 8, 9, 0) + set_version(4, 8, 10, 0) # Z3 Project definition def init_project_def():