Bump version
[dcpomatic.git] / wscript
diff --git a/wscript b/wscript
index de9c82d2c6f606167e5513af83f9a281f2b5c63a..31b012be6da48c29fd685e97841e9d4bf803fbb2 100644 (file)
--- a/wscript
+++ b/wscript
@@ -40,7 +40,7 @@ last_version = subprocess.Popen(shlex.split('git describe --tags --abbrev=0'), s
 if this_version == '':
     VERSION = '%sdevel' % last_version[1:].strip()
 else:
-    VERSION = this_version[1:].strip()
+VERSION = '2.13.73'
 
 def options(opt):
     opt.load('compiler_cxx')