From: namespace Date: Fri, 11 May 2007 20:11:16 +0000 (+0000) Subject: removed makeversion.py svn reference since it was a constant troublemaker X-Git-Tag: xonotic-v0.7.0~16^2~12^2~126 X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=commitdiff_plain;h=c9def52b2778d7ea71fa7681093372e17751abd6 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 --- diff --git a/makeversion.py b/makeversion.py index 3dab61c6..9cf60721 100644 --- a/makeversion.py +++ b/makeversion.py @@ -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