mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +00:00
increment patch
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c8d00fb5b4
commit
016872a5e0
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ from mk_util import *
|
|||
|
||||
# Z3 Project definition
|
||||
def init_project_def():
|
||||
set_version(4, 8, 0, 0)
|
||||
set_version(4, 8, 1, 0)
|
||||
add_lib('util', [], includes2install = ['z3_version.h'])
|
||||
add_lib('polynomial', ['util'], 'math/polynomial')
|
||||
add_lib('sat', ['util'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue