Move audio decoding to separate method and fix incorrect decoding when there are...
[dcpomatic.git] / wscript
diff --git a/wscript b/wscript
index c0fbec87f4b9501d649642439fd8b2a818f3dbf6..23f7dcd1ad68877057fe18b5c0dd3dc4237b10c1 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dvdomatic'
-VERSION = '0.76beta1'
+VERSION = '0.76beta2'
 
 def options(opt):
     opt.load('compiler_cxx')