3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-22 04:12:05 +00:00

script for updating version numbers.

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2012-10-25 11:52:51 -07:00
parent 38037caf4d
commit 1d03eedeeb
3 changed files with 34 additions and 18 deletions

View file

@ -65,4 +65,6 @@ add_exe('test', ['api', 'fuzzing'], exe_name='test-z3')
add_dll('api_dll', ['api', 'sat', 'extra_cmds'], 'api/dll', dll_name='z3')
mk_auto_src()
update_version(4, 2, 0, 0)
mk_makefile()