Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 9 Oct 2017 22:43:00 +0000 (23:43 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 9 Oct 2017 22:43:00 +0000 (23:43 +0100)
wscript

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