diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-11-26 01:34:55 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-11-26 01:34:55 +0000 |
| commit | 12b4381bd30cb81c894af77d58ebec07220631be (patch) | |
| tree | 031979039d9a443d7d0d21aa9f95089132ee1163 | |
| parent | 162d58c25c2d03b8b2c0ff85f31dd38aa601ee1a (diff) | |
Fix accidentally-mangled wscript.v2.13.75
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ last_version = subprocess.Popen(shlex.split('git describe --tags --abbrev=0'), s if this_version == '': VERSION = '%sdevel' % last_version[1:].strip() else: -VERSION = '2.13.73devel' + VERSION = this_version[1:].strip() def options(opt): opt.load('compiler_cxx') |
