Allow loading of multiple films from the batch converter command line.
[dcpomatic.git] / wscript
diff --git a/wscript b/wscript
index b8851c324db471cf4d565531e9f5f747d11a6b35..9d0ebdb7592e4d6b509cd087f5c8e4eec64375b2 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.9.10'
+VERSION = '2.9.27devel'
 
 def options(opt):
     opt.load('compiler_cxx')