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

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