From 889e5e93884699a972c2c644701e1d63b897dc9e Mon Sep 17 00:00:00 2001 From: "Christoph M. Wintersteiger" Date: Mon, 7 Nov 2016 23:19:59 +0000 Subject: [PATCH] Bumped version number. --- scripts/mk_project.py | 2 +- src/api/python/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/mk_project.py b/scripts/mk_project.py index 986e92bde..7ba88c1b3 100644 --- a/scripts/mk_project.py +++ b/scripts/mk_project.py @@ -9,7 +9,7 @@ from mk_util import * # Z3 Project definition def init_project_def(): - set_version(4, 5, 0, 0) + set_version(4, 5, 1, 0) add_lib('util', []) add_lib('polynomial', ['util'], 'math/polynomial') add_lib('sat', ['util']) diff --git a/src/api/python/setup.py b/src/api/python/setup.py index d7d3722b3..9c18da01e 100644 --- a/src/api/python/setup.py +++ b/src/api/python/setup.py @@ -139,7 +139,7 @@ class sdist(_sdist): setup( name='z3-solver', - version='4.5.0.0', + version='4.5.1.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",