Changed version formatting yet again

This commit is contained in:
Fierelier 2018-12-29 04:15:42 +01:00
parent 9f3190bfd6
commit a25a8c7d64

View File

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