mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +00:00
add some version information (and date) to log file to make it easier to trap version mismatch on log files
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e4a00f6f6f
commit
b303fd59c0
4 changed files with 9 additions and 2 deletions
|
@ -9,7 +9,7 @@ from mk_util import *
|
|||
|
||||
# Z3 Project definition
|
||||
def init_project_def():
|
||||
set_version(4, 4, 2, 0)
|
||||
set_version(4, 4, 2, 1)
|
||||
add_lib('util', [])
|
||||
add_lib('polynomial', ['util'], 'math/polynomial')
|
||||
add_lib('sat', ['util'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue