Fix audio analysis crash introduced when increasing MAX_AUDIO_CHANNELS.
[dcpomatic.git] / wscript
diff --git a/wscript b/wscript
index a54ec2600e3c82a633f8bf4ad7b4f8971d4d3f13..e58f0a9775f7ef5aa7d6fa2c383f57e12b997e9b 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dcpomatic'
-VERSION = '1.64.14'
+VERSION = '1.64.16devel'
 
 def options(opt):
     opt.load('compiler_cxx')