mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 01:30:07 +01:00
It's not a subversion revision anymore. Also a bit of text tweaking.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user