Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 23 May 2018 11:06:49 +0000 (12:06 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 23 May 2018 11:06:49 +0000 (12:06 +0100)
wscript

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