Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 66542 invoked by uid 500); 18 Jun 2002 18:14:03 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 66530 invoked by uid 500); 18 Jun 2002 18:14:03 -0000 Delivered-To: apmail-apache-1.3-cvs@apache.org Date: 18 Jun 2002 18:14:03 -0000 Message-ID: <20020618181403.18119.qmail@icarus.apache.org> From: jim@apache.org To: apache-1.3-cvs@apache.org Subject: cvs commit: apache-1.3/src/include httpd.h X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N jim 2002/06/18 11:14:02 Modified: src/include httpd.h Log: ready the tag Revision Changes Path 1.364 +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.363 retrieving revision 1.364 diff -u -r1.363 -r1.364 --- httpd.h 18 Jun 2002 05:20:33 -0000 1.363 +++ httpd.h 18 Jun 2002 18:14:02 -0000 1.364 @@ -427,7 +427,7 @@ #define SERVER_BASEVENDOR "Apache Group" #define SERVER_BASEPRODUCT "Apache" -#define SERVER_BASEREVISION "1.3.26-dev" +#define SERVER_BASEREVISION "1.3.26" #define SERVER_BASEVERSION SERVER_BASEPRODUCT "/" SERVER_BASEREVISION #define SERVER_PRODUCT SERVER_BASEPRODUCT @@ -448,7 +448,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 10326000 +#define APACHE_RELEASE 10326100 #define SERVER_PROTOCOL "HTTP/1.1" #ifndef SERVER_SUPPORT