diff options
| -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) |
