Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 30 May 2016 21:49:07 +0000 (22:49 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 30 May 2016 21:49:07 +0000 (22:49 +0100)
wscript

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