Bump version
authorCarl Hetherington <cth@carlh.net>
Sun, 18 Jun 2017 22:16:13 +0000 (23:16 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 18 Jun 2017 22:16:13 +0000 (23:16 +0100)
wscript

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