swaroop: check for KDMs when selecting playlist.
[dcpomatic.git] / wscript
diff --git a/wscript b/wscript
index 31b012be6da48c29fd685e97841e9d4bf803fbb2..de9c82d2c6f606167e5513af83f9a281f2b5c63a 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 = '2.13.73'
+    VERSION = this_version[1:].strip()
 
 def options(opt):
     opt.load('compiler_cxx')