Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 8 Jun 2016 22:23:14 +0000 (23:23 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 8 Jun 2016 22:23:14 +0000 (23:23 +0100)
wscript

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