Bump version
authorCarl Hetherington <cth@carlh.net>
Sun, 1 Oct 2017 21:02:21 +0000 (22:02 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 1 Oct 2017 21:02:21 +0000 (22:02 +0100)
wscript

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