Return-Path: Delivered-To: apmail-apache-cvs-archive@apache.org Received: (qmail 39011 invoked by uid 500); 21 Jan 2001 03:10:14 -0000 Mailing-List: contact apache-cvs-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list apache-cvs@apache.org Received: (qmail 38995 invoked by uid 500); 21 Jan 2001 03:10:13 -0000 Delivered-To: apmail-apache-1.3-cvs@apache.org Date: 21 Jan 2001 03:10:13 -0000 Message-ID: <20010121031013.38991.qmail@apache.org> From: jim@apache.org To: apache-1.3-cvs@apache.org Subject: cvs commit: apache-1.3/src/include httpd.h jim 01/01/20 19:10:13 Modified: src CHANGES Configure src/include httpd.h Log: And we are up to 1.3.17-dev Revision Changes Path 1.1622 +4 -0 apache-1.3/src/CHANGES Index: CHANGES =================================================================== RCS file: /home/cvs/apache-1.3/src/CHANGES,v retrieving revision 1.1621 retrieving revision 1.1622 diff -u -r1.1621 -r1.1622 --- CHANGES 2001/01/21 03:06:55 1.1621 +++ CHANGES 2001/01/21 03:10:10 1.1622 @@ -1,4 +1,8 @@ +Changes with Apache 1.3.17 + Changes with Apache 1.3.16 + + *) None from 1.3.15 Changes with Apache 1.3.15 1.417 +1 -1 apache-1.3/src/Configure Index: Configure =================================================================== RCS file: /home/cvs/apache-1.3/src/Configure,v retrieving revision 1.416 retrieving revision 1.417 diff -u -r1.416 -r1.417 --- Configure 2001/01/21 03:06:55 1.416 +++ Configure 2001/01/21 03:10:11 1.417 @@ -1863,7 +1863,7 @@ # select the special subtarget for shared core generation SUBTARGET=target_shared # determine additional suffixes for libhttpd.so - V=1 R=3 P=16 + V=1 R=3 P=17 if [ "x$SHLIB_SUFFIX_DEPTH" = "x0" ]; then SHLIB_SUFFIX_LIST="" fi 1.333 +2 -2 apache-1.3/src/include/httpd.h Index: httpd.h =================================================================== RCS file: /home/cvs/apache-1.3/src/include/httpd.h,v retrieving revision 1.332 retrieving revision 1.333 diff -u -r1.332 -r1.333 --- httpd.h 2001/01/21 03:07:00 1.332 +++ httpd.h 2001/01/21 03:10:13 1.333 @@ -430,7 +430,7 @@ #define SERVER_BASEVENDOR "Apache Group" #define SERVER_BASEPRODUCT "Apache" -#define SERVER_BASEREVISION "1.3.16" +#define SERVER_BASEREVISION "1.3.17-dev" #define SERVER_BASEVERSION SERVER_BASEPRODUCT "/" SERVER_BASEREVISION #define SERVER_PRODUCT SERVER_BASEPRODUCT @@ -451,7 +451,7 @@ * 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 10316100 +#define APACHE_RELEASE 10317000 #define SERVER_PROTOCOL "HTTP/1.1" #ifndef SERVER_SUPPORT