Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 27 Jul 2016 23:46:04 +0000 (00:46 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 27 Jul 2016 23:46:04 +0000 (00:46 +0100)
wscript

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