]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Set version number for STABLE2
authoramosjeffries <>
Tue, 4 Mar 2008 19:17:04 +0000 (19:17 +0000)
committeramosjeffries <>
Tue, 4 Mar 2008 19:17:04 +0000 (19:17 +0000)
configure.in

index 72043145df38ba7299f385b579b9370880ec6246..d6f551f1df65ee48a207996d97bac8983fab3c0f 100644 (file)
@@ -1,17 +1,17 @@
 
 dnl  Configuration input file for Squid
 dnl
-dnl  $Id: configure.in,v 1.488.2.2 2008/02/25 23:43:04 amosjeffries Exp $
+dnl  $Id: configure.in,v 1.488.2.3 2008/03/04 12:17:04 amosjeffries Exp $
 dnl
 dnl
 dnl
-AC_INIT(Squid Web Proxy, 3.0.STABLE1-CVS, http://www.squid-cache.org/bugs/, squid)
+AC_INIT(Squid Web Proxy, 3.0.STABLE2-CVS, http://www.squid-cache.org/bugs/, squid)
 AC_PREREQ(2.52)
 AM_CONFIG_HEADER(include/autoconf.h)
 AC_CONFIG_AUX_DIR(cfgaux)
 AC_CONFIG_SRCDIR([src/main.cc])
 AM_INIT_AUTOMAKE([tar-ustar])
-AC_REVISION($Revision: 1.488.2.2 $)dnl
+AC_REVISION($Revision: 1.488.2.3 $)dnl
 AC_PREFIX_DEFAULT(/usr/local/squid)
 AM_MAINTAINER_MODE