Bump version
authorCarl Hetherington <cth@carlh.net>
Sun, 16 Sep 2018 15:25:19 +0000 (16:25 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 16 Sep 2018 15:25:19 +0000 (16:25 +0100)
wscript

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