edit build date

This commit is contained in:
Schrolli 2015-07-13 09:42:54 +02:00
parent 0eebab4564
commit 1ea5cce24e
2 changed files with 3 additions and 2 deletions

View file

@ -31,6 +31,6 @@ ricDescribtionList = {}
# function -> read only in script
def getVers(mode="vers"):
if mode == "vers":
return "2.0-RC"
return "2.0"
elif mode == "date":
return " 2015/07/06"
return " 2015/07/13"