Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 29 Oct 2015 18:46:23 +0000 (18:46 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 29 Oct 2015 18:46:23 +0000 (18:46 +0000)
wscript

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