Changed version formatting yet again
This commit is contained in:
parent
9f3190bfd6
commit
a25a8c7d64
@ -9,11 +9,11 @@ def preloadExceptionHandler(exc_type, exc_value, tb):
|
|||||||
#sys.excepthook = preloadExceptionHandler
|
#sys.excepthook = preloadExceptionHandler
|
||||||
|
|
||||||
#Imports and variables
|
#Imports and variables
|
||||||
umlBuild = 20
|
|
||||||
umlVer = 0
|
umlVer = 0
|
||||||
umlFeatureSet = 7.1
|
umlSubVer = 7
|
||||||
|
umlFeatureSet = 2
|
||||||
umlBranch = "beta (dev)"
|
umlBranch = "beta (dev)"
|
||||||
umlVerStr = str(umlVer) + "." + str(umlFeatureSet) + "." +str(umlBuild)+ " " + umlBranch
|
umlVerStr = str(umlVer) + "." + str(umlSubVer) + "." +str(umlFeatureSet)+ " " + umlBranch
|
||||||
|
|
||||||
import ctypes
|
import ctypes
|
||||||
import os
|
import os
|
||||||
|
Loading…
Reference in New Issue
Block a user