diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-03-10 17:46:33 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-03-10 17:46:33 +0000 |
| commit | 396a41990b74eedefd4c315eaeb4d1de12a549b8 (patch) | |
| tree | e0cecf7cc0012bde38b63787045785f1dd6d4105 | |
| parent | caee7a9456d4abb953d1311333bcdd3454883229 (diff) | |
Fix wscript version number.
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |
