Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 31 May 2017 21:24:10 +0000 (22:24 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 31 May 2017 21:24:10 +0000 (22:24 +0100)
wscript

diff --git a/wscript b/wscript
index ba7830cb193afd2a2e36d670123a95809e552a02..649462f5683ed01dfbf7f28385c257cd90849623 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.11.9'
+VERSION = '2.11.9devel'
 
 def options(opt):
     opt.load('compiler_cxx')