Bump version
authorCarl Hetherington <cth@carlh.net>
Tue, 11 Jul 2017 13:31:15 +0000 (14:31 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 11 Jul 2017 13:31:15 +0000 (14:31 +0100)
wscript

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