Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 2 Dec 2015 21:05:48 +0000 (21:05 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 2 Dec 2015 21:05:48 +0000 (21:05 +0000)
wscript

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