diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-11-26 01:33:16 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-11-26 01:33:16 +0000 |
| commit | 162d58c25c2d03b8b2c0ff85f31dd38aa601ee1a (patch) | |
| tree | 883de45c170b6b8465345789d04e0efc1c950344 | |
| parent | 8eccdbbd718d590f2b75dc64330a31f06b8871e2 (diff) | |
Bump versionv2.13.74
| -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.73' +VERSION = '2.13.73devel' def options(opt): opt.load('compiler_cxx') |
