Merge pull request #18 from asherkin/version-count

Revert to using revision count for full version strings (r=dvander).
This commit is contained in:
Asher Baker 2014-05-31 04:44:51 +01:00
commit 891ebe4480

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("""