diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-03-25 02:38:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-03-25 02:38:28 +0100 |
| commit | 5984931b07319091dd557acfac9df9d18913be47 (patch) | |
| tree | 570053c1d92f318e373d7ff95b2e5e854a2f97af /wscript | |
| parent | 800c0b9f95f422af66b6166fb4d13c1b89d04844 (diff) | |
Bump versionv2.13.2
Diffstat (limited to 'wscript')
| -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 = this_version[1:].strip() +VERSION = '2.13.2' print('Version: %s' % VERSION) |
