mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
Define global versions in props parsing
This commit is contained in:
parent
789935f2da
commit
5bba8a356a
|
@ -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.')
|
||||
|
||||
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_MINOR = minor
|
||||
VER_BUILD = build
|
||||
|
|
Loading…
Reference in a new issue