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 06059fb411738ea2458e7ea9bca3f226066a2e21..9f686f14e5ef715d1eb24fe6a3393f9644384a66 100644 (file)
--- a/wscript
+++ b/wscript
@@ -5,7 +5,7 @@ import distutils
 import distutils.spawn
 
 APPNAME = 'dcpomatic'
-VERSION = '2.0.33devel'
+VERSION = '2.0.34devel'
 
 def options(opt):
     opt.load('compiler_cxx')