3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 00:55:31 +00:00

Bumped version to 4.5.0

This commit is contained in:
Christoph M. Wintersteiger 2016-11-07 15:32:52 +00:00
parent 7f923c6a33
commit d57a2a6dce
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ from mk_util import *
# Z3 Project definition
def init_project_def():
set_version(4, 4, 2, 1)
set_version(4, 5, 0, 0)
add_lib('util', [])
add_lib('polynomial', ['util'], 'math/polynomial')
add_lib('sat', ['util'])