Bump version release/v2.7.0-fix
authorCarl Hetherington <cth@carlh.net>
Tue, 8 Mar 2016 23:18:37 +0000 (23:18 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 8 Mar 2016 23:18:37 +0000 (23:18 +0000)
wscript

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