diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-03-25 02:53:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-03-25 02:53:26 +0100 |
| commit | fe765982ab7f5c8b2dadf8fdcd79176bceeda3a4 (patch) | |
| tree | 6cd97bec6ee54974720588fd8676345925444fbd | |
| parent | de781fad221de8bdfe2a47d65fea2e311051b686 (diff) | |
Fix mangled wscript.v2.13.4
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,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.2devel' + VERSION = this_version[1:].strip() print('Version: %s' % VERSION) |
