From 91d32285db62332648d92eabd48c5d8e59b475d2 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Mon, 20 Jan 2020 20:03:16 +1300 Subject: [PATCH] 4.10 (#547) --- configure.ac | 2 +- mkrelease.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 017d54d65f..1268b68807 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ ## Please see the COPYING and CONTRIBUTORS files for details. ## -AC_INIT([Squid Web Proxy],[4.9-VCS],[http://bugs.squid-cache.org/],[squid]) +AC_INIT([Squid Web Proxy],[4.10-VCS],[http://bugs.squid-cache.org/],[squid]) AC_PREREQ(2.61) AC_CONFIG_HEADERS([include/autoconf.h]) AC_CONFIG_AUX_DIR(cfgaux) diff --git a/mkrelease.sh b/mkrelease.sh index 33be89aad5..583f6dbc3f 100755 --- a/mkrelease.sh +++ b/mkrelease.sh @@ -25,7 +25,7 @@ RELEASE_TIME=`date +%s` # # check that $rev has the right syntax # -checkrev=`expr $rev : '\([0-9]\.[0-9]\(\.[0-9\.]\)*\)'` +checkrev=`expr $rev : '\([0-9]\.[0-9]\+\(\.[0-9\.]\)*\)'` if test "$rev" != "$checkrev" ; then echo "revision '$rev' has incorrect syntax. Should be like '3.1.0.1'" exit 1; -- 2.47.2