Fix audio analysis; make sure we don't decode video and let it pile up unwanted.
[dcpomatic.git] / wscript
diff --git a/wscript b/wscript
index fdc59646d6f3e2bb9029ff36ebf69631e6a6877a..9f686f14e5ef715d1eb24fe6a3393f9644384a66 100644 (file)
--- a/wscript
+++ b/wscript
@@ -5,7 +5,7 @@ import distutils
 import distutils.spawn
 
 APPNAME = 'dcpomatic'
-VERSION = '2.0.32'
+VERSION = '2.0.34devel'
 
 def options(opt):
     opt.load('compiler_cxx')