diff --git a/UniversalModloader.py b/UniversalModloader.py index 1cf89b8..4104623 100644 --- a/UniversalModloader.py +++ b/UniversalModloader.py @@ -9,6 +9,9 @@ def preloadExceptionHandler(exc_type, exc_value, tb): #sys.excepthook = preloadExceptionHandler #Imports and variables +umlVer = 0.70 +umlVerStr = "beta 0.7.0" + import ctypes import os import shutil