Skip to content

Commit

Permalink
Bumped version to 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph M. Wintersteiger committed Nov 7, 2016
1 parent 7f923c6 commit d57a2a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/mk_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# 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'])
Expand Down
2 changes: 1 addition & 1 deletion src/api/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def run(self):

setup(
name='z3-solver',
version='4.4.2.1',
version='4.5.0.0',
description='an efficient SMT solver library',
long_description='Z3 is a theorem prover from Microsoft Research with support for bitvectors, booleans, arrays, floating point numbers, strings, and other data types.\n\nFor documentation, please read http://z3prover.github.io/api/html/z3.html\n\nIn the event of technical difficulties related to configuration, compiliation, or installation, please submit issues to https://github.com/angr/angr-z3',
author="The Z3 Theorem Prover Project",
Expand Down

0 comments on commit d57a2a6

Please sign in to comment.