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:
namespace 2007-05-11 20:11:16 +00:00
parent 954f4e5391
commit c9def52b27
1 changed files with 1 additions and 1 deletions

View File

@ -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