From a25a8c7d6435c8b21c969df85c0f966db9b9fbab Mon Sep 17 00:00:00 2001 From: Fierelier Date: Sat, 29 Dec 2018 04:15:42 +0100 Subject: [PATCH] Changed version formatting yet again --- UniversalModloader.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/UniversalModloader.py b/UniversalModloader.py index 5391265..874e227 100644 --- a/UniversalModloader.py +++ b/UniversalModloader.py @@ -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