From 5bba8a356ab215863665cba86772acdd98215eb6 Mon Sep 17 00:00:00 2001 From: jofleish Date: Wed, 23 Mar 2022 16:11:13 -0400 Subject: [PATCH] Define global versions in props parsing --- scripts/mk_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mk_util.py b/scripts/mk_util.py index 1fca64f29..e2d4aa53d 100644 --- a/scripts/mk_util.py +++ b/scripts/mk_util.py @@ -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