Bump version
authorCarl Hetherington <cth@carlh.net>
Sun, 19 Jun 2016 20:10:23 +0000 (21:10 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 19 Jun 2016 20:10:23 +0000 (21:10 +0100)
wscript

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