diff --git a/README b/README index b3bfdf6..6cd00f1 100755 --- a/README +++ b/README @@ -1,7 +1,7 @@ FastCGI Developer's Kit README ------------------------------ - $Id: README,v 1.20 2002/03/05 18:15:17 robs Exp $ + $Id: README,v 1.21 2003/01/19 17:19:41 robs Exp $ Copyright (c) 1996 Open Market, Inc. See the file "LICENSE.TERMS" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. @@ -29,7 +29,7 @@ For more detail regarding changes, please consult the cvs log available on http://fastcgi.com/. -2.2.3 +2.4.0 ----- *) When closing connections, shutdown() the send side of TCP sockets to diff --git a/configure.in b/configure.in index 4da4659..e1941d0 100755 --- a/configure.in +++ b/configure.in @@ -1,11 +1,11 @@ -dnl $Id: configure.in,v 1.25 2002/02/24 20:07:07 robs Exp $ +dnl $Id: configure.in,v 1.26 2003/01/19 17:19:41 robs Exp $ dnl dnl This file is an input file used by the GNU "autoconf" program to dnl generate the file "configure", which is run during the build dnl to configure the system for the local environment. AC_INIT -AM_INIT_AUTOMAKE(fcgi, 2.2.3) +AM_INIT_AUTOMAKE(fcgi, 2.4.0) AM_CONFIG_HEADER(fcgi_config.h)