Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 7 Jun 2018 00:53:06 +0000 (01:53 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 7 Jun 2018 00:53:06 +0000 (01:53 +0100)
wscript

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