File diff r26195:9fdb2190ff85 → r26250:dbf3641db994
versiondump.py
Show inline comments
 
@@ -14,7 +14,7 @@ import sys
 
 
# save version to end 'pre' for unreleased builds with the version number being that of the next likely release
 
 
VERSION_TAG = "ginever-6.0.1pre"
 
VERSION_TAG = "TheleTTD-6.0.1pre"
 
#================================
 
 
 
@@ -47,5 +47,5 @@ version_file = open('.ottdrev-gpp', 'w')
 
version_file.write("{}\t{}\t{}\t{}\t{}\t{}\t{}\n".format(VERSION_TAG, HG_DATE[:10].replace("-",""), "4" if "+" in HG_REVISION else "3", HG_CHANGESET, "1" if IS_TAGGED_VERSION else "0", "0", HG_DATE[:4]))
 
version_file.close()
 
 
print('This is Ginever.net OpenTTD Patchpack hg r' + HG_REVISION + ' (' + HG_CHANGESET + ') in branch ' + HG_BRANCH)
 
print('This is TheleTTD hg r' + HG_REVISION + ' (' + HG_CHANGESET + ') in branch ' + HG_BRANCH)
 
print('This build is being performed by: ' + HG_REPO_OWNER)