mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
removed makeversion.py svn reference since it was a constant troublemaker
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@169 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
parent
954f4e5391
commit
c9def52b27
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ def radiant_makeversion(append_about, root = os.getcwd()):
|
||||||
if line.endswith("\n"):
|
if line.endswith("\n"):
|
||||||
line = line[:-1]
|
line = line[:-1]
|
||||||
else:
|
else:
|
||||||
line = "Custom build based on revision " + str(svn.getRevision(os.getcwd()))
|
line = "Custom build"
|
||||||
# optional additional message
|
# optional additional message
|
||||||
if ( not append_about is None ):
|
if ( not append_about is None ):
|
||||||
line += append_about
|
line += append_about
|
||||||
|
|
Loading…
Reference in a new issue