Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 2 Jun 2016 14:17:34 +0000 (15:17 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 2 Jun 2016 14:17:34 +0000 (15:17 +0100)
wscript

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