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