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

increment version number

This commit is contained in:
Nikolaj Bjorner 2022-03-20 14:34:34 -07:00
parent f1806d32d6
commit a418678cd4
4 changed files with 4 additions and 4 deletions

View file

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