mirror of
https://github.com/Z3Prover/z3
synced 2025-07-18 02:16:40 +00:00
increase minor version number
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
01f6489892
commit
60e4cad7f1
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ project(Z3 CXX)
|
|||
################################################################################
|
||||
set(Z3_VERSION_MAJOR 4)
|
||||
set(Z3_VERSION_MINOR 8)
|
||||
set(Z3_VERSION_PATCH 5)
|
||||
set(Z3_VERSION_PATCH 6)
|
||||
set(Z3_VERSION_TWEAK 0)
|
||||
set(Z3_VERSION "${Z3_VERSION_MAJOR}.${Z3_VERSION_MINOR}.${Z3_VERSION_PATCH}.${Z3_VERSION_TWEAK}")
|
||||
set(Z3_FULL_VERSION_STR "${Z3_VERSION}") # Note this might be modified
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue