Changed version definitions and formatting
This commit is contained in:
parent
eb4f87e5e6
commit
8c5bd03434
@ -9,9 +9,11 @@ def preloadExceptionHandler(exc_type, exc_value, tb):
|
|||||||
#sys.excepthook = preloadExceptionHandler
|
#sys.excepthook = preloadExceptionHandler
|
||||||
|
|
||||||
#Imports and variables
|
#Imports and variables
|
||||||
umlVer = 0.71
|
|
||||||
umlVerStr = "beta 0.7.1"
|
|
||||||
umlBuild = 0
|
umlBuild = 0
|
||||||
|
umlVer = 0
|
||||||
|
umlFeatureSet = 7.1
|
||||||
|
umlBranch = "beta (dev)"
|
||||||
|
umlVerStr = str(umlVer) + "." + str(umlFeatureSet) + "." +str(umlBuild)+ " " + umlBranch
|
||||||
|
|
||||||
import ctypes
|
import ctypes
|
||||||
import os
|
import os
|
||||||
|
Loading…
Reference in New Issue
Block a user