]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
5.0.1 (#548) SQUID_5_0_1
authorAmos Jeffries <yadij@users.noreply.github.com>
Mon, 20 Jan 2020 07:04:05 +0000 (20:04 +1300)
committerGitHub <noreply@github.com>
Mon, 20 Jan 2020 07:04:05 +0000 (20:04 +1300)
configure.ac
mkrelease.sh

index f60a913c4d126aa671a4303bf237983fccc2315b..e33d3eceac4419cce22d35d22999f363bbc0634e 100644 (file)
@@ -5,7 +5,7 @@
 ## Please see the COPYING and CONTRIBUTORS files for details.
 ##
 
-AC_INIT([Squid Web Proxy],[5.0.0-VCS],[http://bugs.squid-cache.org/],[squid])
+AC_INIT([Squid Web Proxy],[5.0.1-VCS],[http://bugs.squid-cache.org/],[squid])
 AC_PREREQ(2.61)
 AC_CONFIG_HEADERS([include/autoconf.h])
 AC_CONFIG_AUX_DIR(cfgaux)
index 9d311e42eef782c4aeacf0d807b36b6866652a10..1c1f0ba648f5673e2fc7a7a5a7d56c56770fd842 100755 (executable)
@@ -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;