Skip to content

Commit

Permalink
inc version number
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <[email protected]>
  • Loading branch information
NikolajBjorner committed Apr 24, 2022
1 parent 312e037 commit 33ffd46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.16.0 LANGUAGES CXX)
project(Z3 VERSION 4.8.17.0 LANGUAGES CXX)

################################################################################
# Project version
Expand Down
2 changes: 1 addition & 1 deletion scripts/mk_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from mk_util import *

def init_version():
set_version(4, 8, 16, 0)
set_version(4, 8, 17, 0)

# Z3 Project definition
def init_project_def():
Expand Down

0 comments on commit 33ffd46

Please sign in to comment.