New changes from Nobes to support Memory configuration on Windows.

Also fixed update mechanism to work on Windows.

Incremented version number.
This commit is contained in:
Larry Brown
2013-06-11 22:27:34 +00:00
parent 810e09dcc5
commit fcf4634ba7

View File

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