It's not a subversion revision anymore. Also a bit of text tweaking.

This commit is contained in:
Robin Dunn
2015-02-05 21:33:16 -08:00
parent 87b92b66f0
commit 7f86b9eb54
2 changed files with 12 additions and 13 deletions

View File

@@ -708,9 +708,9 @@ def PostProcess(folder):
# ----------------------------------------------------------------------- #
def ChangeSVNRevision(text):
SVN_REVISION = getVcsRev()
REVISION = getVcsRev()
text = text.replace('|TODAY|', TODAY)
text = text.replace('|SVN|', SVN_REVISION)
text = text.replace('|VCSREV|', REVISION)
return text