Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 28 Jul 2016 15:12:04 +0000 (16:12 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 28 Jul 2016 15:12:04 +0000 (16:12 +0100)
wscript

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