File diff r26256:521269243246 → r26257:26d8d8cde130
versiondump.py
Show inline comments
 
@@ -11,13 +11,13 @@ import sys
 
# bump MINORSAVE every time a save format change would stop save loading in older versions
 
# bump BUGFIX if save format is untouched
 
# bumps cause all later numbers to be reset. e.g. if you bump MINORSAVE then BUGFIX goes back to 0.
 
 
# save version to end 'pre' for unreleased builds with the version number being that of the next likely release
 
 
VERSION_TAG = "TheleTTD-6.0.1"
 
VERSION_TAG = "TheleTTD-6.0.2pre"
 
#================================
 
 
 
if sys.platform == "darwin":
 
	hg_path = "/usr/local/bin/hg"
 
	hg_shell = True