Bump version
authorCarl Hetherington <cth@carlh.net>
Fri, 8 Jul 2016 00:46:37 +0000 (01:46 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 8 Jul 2016 00:46:37 +0000 (01:46 +0100)
wscript

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