3
0
Fork 0
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:
jofleish 2022-03-23 16:11:13 -04:00
parent 789935f2da
commit 5bba8a356a

View file

@ -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