Version 0.8.0
This commit is contained in:
parent
4c8425c714
commit
cc7e74919d
@ -11,8 +11,8 @@ def preloadExceptionHandler(exc_type, exc_value, tb):
|
||||
#Imports and variables
|
||||
class uml:
|
||||
version = 0
|
||||
versionSub = 7
|
||||
versionSub2 = 7
|
||||
versionSub = 8
|
||||
versionSub2 = 0
|
||||
versionBranch = "beta (dev)"
|
||||
versionString = str(version) + "." + str(versionSub) + "." +str(versionSub2)+ " " + versionBranch
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user