Changed version definitions and formatting

This commit is contained in:
Fierelier 2018-11-28 02:16:27 +01:00
parent eb4f87e5e6
commit 8c5bd03434

View File

@ -9,9 +9,11 @@ def preloadExceptionHandler(exc_type, exc_value, tb):
#sys.excepthook = preloadExceptionHandler
#Imports and variables
umlVer = 0.71
umlVerStr = "beta 0.7.1"
umlBuild = 0
umlVer = 0
umlFeatureSet = 7.1
umlBranch = "beta (dev)"
umlVerStr = str(umlVer) + "." + str(umlFeatureSet) + "." +str(umlBuild)+ " " + umlBranch
import ctypes
import os