diff options
| -rw-r--r-- | wscript | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -242,17 +242,13 @@ def dist(ctx): def create_version_cc(version, cxx_flags): commit = git_revision() - print "1: ", commit if commit is None and os.path.exists('.git_revision'): f = open('.git_revision', 'r') commit = f.readline().strip() - print "2: ", commit if commit is None: commit = 'release' - print commit - try: text = '#include "version.h"\n' text += 'char const * dcpomatic_git_commit = \"%s\";\n' % commit |
