Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 22 Aug 2016 15:14:49 +0000 (16:14 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 22 Aug 2016 15:14:49 +0000 (16:14 +0100)
wscript

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