mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-25 02:41:22 +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"):
|
||||
line = line[:-1]
|
||||
else:
|
||||
line = "Custom build based on revision " + str(svn.getRevision(os.getcwd()))
|
||||
line = "Custom build"
|
||||
# optional additional message
|
||||
if ( not append_about is None ):
|
||||
line += append_about
|
||||
|
|
Loading…
Reference in a new issue