From: Bill Stoddard Date: Mon, 21 Jan 2002 19:29:37 +0000 (+0000) Subject: Apache 1.3.23 tagged. On to 1.3.24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15bdf9b2c27d5aeb32a6ac7b3d88841234531a47;p=thirdparty%2Fapache%2Fhttpd.git Apache 1.3.23 tagged. On to 1.3.24 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@92962 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index b630a1cb0d2..d4486533a2a 100644 --- a/STATUS +++ b/STATUS @@ -1,9 +1,9 @@ APACHE 1.3 STATUS: -*-text-*- - Last modified at [$Date: 2001/12/18 15:31:57 $] + Last modified at [$Date: 2002/01/21 19:29:36 $] Release: - + 1.3.24: Tagged Jan 21, 2002. 1.3.22: Tagged Oct 8, 2001. Announced Oct 12, 2001. 1.3.21: Not released. (Pulled for htdocs/manual config mismatch. t/r Oct 5, 2001) diff --git a/src/CHANGES b/src/CHANGES index f43fd2e64f5..5b1f552ecf1 100644 --- a/src/CHANGES +++ b/src/CHANGES @@ -1,3 +1,5 @@ +Changes with Apache 1.3.24 + Changes with Apache 1.3.23 *) Fixed a number of mismatched int sizes and signedness problems. diff --git a/src/include/httpd.h b/src/include/httpd.h index b814fbc881c..1a8170162c3 100644 --- a/src/include/httpd.h +++ b/src/include/httpd.h @@ -436,7 +436,7 @@ extern "C" { #define SERVER_BASEVENDOR "Apache Group" #define SERVER_BASEPRODUCT "Apache" -#define SERVER_BASEREVISION "1.3.23" +#define SERVER_BASEREVISION "1.3.24-dev" #define SERVER_BASEVERSION SERVER_BASEPRODUCT "/" SERVER_BASEREVISION #define SERVER_PRODUCT SERVER_BASEPRODUCT @@ -457,7 +457,7 @@ API_EXPORT(const char *) ap_get_server_built(void); * Always increases along the same track as the source branch. * For example, Apache 1.4.2 would be '10402100', 2.5b7 would be '20500007'. */ -#define APACHE_RELEASE 10323100 +#define APACHE_RELEASE 10324000 #define SERVER_PROTOCOL "HTTP/1.1" #ifndef SERVER_SUPPORT