]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - makeversion.py
updated libxml2 win32 package to 2.6.24
[xonotic/netradiant.git] / makeversion.py
index c66330590ad7a4de969d00f820ead8692afc8314..3dab61c67f0282034a2cd8a99a6def8978985137 100644 (file)
@@ -81,6 +81,8 @@ def radiant_makeversion(append_about, root = os.getcwd()):
     f = open(aboutfile, 'r')
     line = f.readline()
     f.close()
+    if line.endswith("\n"):
+      line = line[:-1]
   else:
     line = "Custom build based on revision " + str(svn.getRevision(os.getcwd()))
   # optional additional message