From: squidadm Date: Sun, 19 Apr 2020 13:33:22 +0000 (+1200) Subject: Add missing 4.11 snapshot label (#610) X-Git-Tag: SQUID_4_11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1683cc19eea84e522beb463d00358a4265989f90;p=thirdparty%2Fsquid.git Add missing 4.11 snapshot label (#610) --- diff --git a/configure.ac b/configure.ac index 990c3da3f7..9d1a38c4f8 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.10-VCS],[http://bugs.squid-cache.org/],[squid]) +AC_INIT([Squid Web Proxy],[4.11-VCS],[http://bugs.squid-cache.org/],[squid]) AC_PREREQ(2.61) AC_CONFIG_HEADERS([include/autoconf.h]) AC_CONFIG_AUX_DIR(cfgaux)