Bump version
authorCarl Hetherington <cth@carlh.net>
Tue, 31 May 2016 22:12:07 +0000 (23:12 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 31 May 2016 22:12:07 +0000 (23:12 +0100)
wscript

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