diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-12-11 18:27:49 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-12-11 18:27:49 +0000 |
| commit | 2ade07f4e3cf2dedeb8ae37b08f5708b3a4bee35 (patch) | |
| tree | 87fda63f4d32e729b1c6efdd5bf82a9e742af3dd | |
| parent | 6c8c8f97dde2bc00b4ae8857d9a3b8b5a2696fd5 (diff) | |
Mangle version identifier after releasing 2.10.2 on the -fix branch.
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.10.1devel' +VERSION = '2.10.2devel' def options(opt): opt.load('compiler_cxx') |
