Fix wscript version number.
authorCarl Hetherington <cth@carlh.net>
Thu, 10 Mar 2016 17:46:33 +0000 (17:46 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 10 Mar 2016 17:46:33 +0000 (17:46 +0000)
wscript

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