Bump version
authorCarl Hetherington <cth@carlh.net>
Tue, 8 Mar 2016 10:28:22 +0000 (10:28 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 8 Mar 2016 10:28:22 +0000 (10:28 +0000)
wscript

diff --git a/wscript b/wscript
index e64480b0db88919d71a8e9b0aff9b5aba02b4d44..2f35c94a7003ea5744586f5819bfe398f6881e6f 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.7.0'
+VERSION = '2.7.0devel'
 
 def options(opt):
     opt.load('compiler_cxx')