mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +00:00
increment version number due to ABI/API breaking change #1556
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
bb7ad4e938
commit
21a3b9c8e2
4 changed files with 6 additions and 6 deletions
|
@ -9,7 +9,7 @@ from mk_util import *
|
|||
|
||||
# Z3 Project definition
|
||||
def init_project_def():
|
||||
set_version(4, 6, 2, 0)
|
||||
set_version(4, 6, 3, 0)
|
||||
add_lib('util', [])
|
||||
add_lib('lp', ['util'], 'util/lp')
|
||||
add_lib('polynomial', ['util'], 'math/polynomial')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue