]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Changed project version tag in AC_INIT() to reflect SMP branch location
authorAlex Rousskov <rousskov@measurement-factory.com>
Thu, 4 Mar 2010 06:38:33 +0000 (23:38 -0700)
committerAlex Rousskov <rousskov@measurement-factory.com>
Thu, 4 Mar 2010 06:38:33 +0000 (23:38 -0700)
and minimize confusion with official sources.

configure.in

index 83b6ebfce3733b9ed32be9817d7287690f932236..741a5a982112491419774264b1ceaa2e86d60e20 100644 (file)
@@ -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)