]> de.git.xonotic.org Git - xonotic/netradiant.git/commitdiff
removed makeversion.py svn reference since it was a constant troublemaker
authornamespace <namespace>
Fri, 11 May 2007 20:11:16 +0000 (20:11 +0000)
committernamespace <namespace>
Fri, 11 May 2007 20:11:16 +0000 (20:11 +0000)
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@169 8a3a26a2-13c4-0310-b231-cf6edde360e5

makeversion.py

index 3dab61c67f0282034a2cd8a99a6def8978985137..9cf6072104a8f1ee545ec91b285830eca5ebbc5c 100644 (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