projects
/
xonotic
/
netradiant.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
- Radiant is now Vista compatible (Aero must be disabled)
[xonotic/netradiant.git]
/
makeversion.py
diff --git
a/makeversion.py
b/makeversion.py
index
c663305
..
3dab61c
100644
(file)
--- a/
makeversion.py
+++ b/
makeversion.py
@@
-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