3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-06 14:13:23 +00:00

inc version number

This commit is contained in:
Nikolaj Bjorner 2022-07-06 14:00:40 -07:00
parent 0c42d3b079
commit 9d9414c111
5 changed files with 31 additions and 4 deletions

View file

@ -8,7 +8,7 @@
from mk_util import *
def init_version():
set_version(4, 9, 1, 0)
set_version(4, 9, 2, 0)
# Z3 Project definition
def init_project_def():