mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 01:24:08 +00:00
Bumped version to 4.5.0
This commit is contained in:
parent
7f923c6a33
commit
d57a2a6dce
|
@ -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'])
|
||||
|
|
|
@ -139,7 +139,7 @@ class sdist(_sdist):
|
|||
|
||||
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",
|
||||
|
|
Loading…
Reference in a new issue