From 12b4381bd30cb81c894af77d58ebec07220631be Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 26 Nov 2018 01:34:55 +0000 Subject: [PATCH] Fix accidentally-mangled wscript. --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index aa99f3b88..de9c82d2c 100644 --- a/wscript +++ b/wscript @@ -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') -- 2.30.2