incrementing version number - added a mechanism to do a simple (non-gui) "is it up to date" check; all build mechanisms and deploy mechanisms are unchanged

This commit is contained in:
Jon Vandegriff
2013-05-16 12:56:04 +00:00
parent 8b2fed352a
commit b0073047fe

View File

@@ -10,7 +10,7 @@ import time
# Globals
# The version of DistMaker
version = '0.36'
version = '0.37'
def logAndPrint(message="", indent=0, showTime=False):