diff --git a/UniversalModloader.py b/UniversalModloader.py index 0021cbf..ef9a042 100644 --- a/UniversalModloader.py +++ b/UniversalModloader.py @@ -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