Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 24 Feb 2016 01:04:58 +0000 (01:04 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 24 Feb 2016 01:04:58 +0000 (01:04 +0000)
wscript

diff --git a/wscript b/wscript
index d0fe9cce6d9b25c7f8e63d23d37806f153fc2272..636285564910b20f559dbd83a08e85469b6e0149 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.6.25'
+VERSION = '2.6.25devel'
 
 def options(opt):
     opt.load('compiler_cxx')