mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 04:01:22 +00:00
Define global versions in props parsing
This commit is contained in:
parent
789935f2da
commit
5bba8a356a
1 changed files with 1 additions and 1 deletions
|
@ -529,7 +529,7 @@ def find_c_compiler():
|
||||||
raise MKException('C compiler was not found. Try to set the environment variable CC with the C compiler available in your system.')
|
raise MKException('C compiler was not found. Try to set the environment variable CC with the C compiler available in your system.')
|
||||||
|
|
||||||
def set_version(major, minor, build, revision):
|
def set_version(major, minor, build, revision):
|
||||||
global VER_MAJOR, VER_MINOR, VER_BUILD, VER_TWEAK, GIT_DESCRIBE
|
global GIT_DESCRIBE
|
||||||
VER_MAJOR = major
|
VER_MAJOR = major
|
||||||
VER_MINOR = minor
|
VER_MINOR = minor
|
||||||
VER_BUILD = build
|
VER_BUILD = build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue