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