From: Amos Jeffries Date: Mon, 20 Jan 2020 07:03:16 +0000 (+1300) Subject: 4.10 (#547) X-Git-Tag: SQUID_4_10 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=91d32285db62332648d92eabd48c5d8e59b475d2;p=thirdparty%2Fsquid.git 4.10 (#547) --- 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;