Bump version
authorCarl Hetherington <cth@carlh.net>
Fri, 8 Jul 2016 08:23:24 +0000 (09:23 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 8 Jul 2016 08:23:24 +0000 (09:23 +0100)
wscript

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