From: Alex Rousskov Date: Thu, 4 Mar 2010 06:38:33 +0000 (-0700) Subject: Changed project version tag in AC_INIT() to reflect SMP branch location X-Git-Tag: SQUID_3_2_0_1~93^2~39 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5ca7140df54db61e0fe2b977cac859e75693e78e;p=thirdparty%2Fsquid.git Changed project version tag in AC_INIT() to reflect SMP branch location and minimize confusion with official sources. --- diff --git a/configure.in b/configure.in index 83b6ebfce3..741a5a9821 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl $Id$ dnl dnl dnl -AC_INIT([Squid Web Proxy],[3.HEAD-BZR],[http://www.squid-cache.org/bugs/],[squid]) +AC_INIT([Squid Web Proxy],[3.HEAD-SMP-BZR],[http://www.squid-cache.org/bugs/],[squid]) AC_PREREQ(2.61) AC_CONFIG_HEADERS([include/autoconf.h]) AC_CONFIG_AUX_DIR(cfgaux)