From 52aeb9aaeb4799b760138a7c34b18ede4b47242a Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 18 May 2015 09:56:00 +0100 Subject: 35168: Improve parsing of case patterns. "|" is now found properly by looking for words that come from the lexical analyser, rather than hacking a pattern returned in one dollop. Update some completion functions that need extra quoting as a result. Add test for new parsing. Update version number to 5.0.8-dev-3 because of wordcode incompatibility. --- Config/version.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Config/version.mk') diff --git a/Config/version.mk b/Config/version.mk index d04d57d87..acab748e6 100644 --- a/Config/version.mk +++ b/Config/version.mk @@ -27,5 +27,5 @@ # This must also serve as a shell script, so do not add spaces around the # `=' signs. -VERSION=5.0.7-dev-2 -VERSION_DATE='May 5, 2015' +VERSION=5.0.7-dev-3 +VERSION_DATE='May 17, 2015' -- cgit 1.4.1