Revert to using revision count for full version strings.

This commit is contained in:
Asher Baker 2014-05-31 03:28:09 +01:00
parent 76a589f689
commit 88c452581b

View File

@ -60,7 +60,7 @@ def output_version_headers():
if tag != "":
fullstring += "-{0}".format(tag)
if tag == "dev":
fullstring += "+{0}".format(shorthash)
fullstring += "+{0}".format(count)
with open(os.path.join(OutputFolder, 'sourcemod_version_auto.h'), 'w') as fp:
fp.write("""