Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 29583 invoked from network); 9 Apr 2004 16:56:55 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 9 Apr 2004 16:56:55 -0000 Received: (qmail 82205 invoked by uid 500); 9 Apr 2004 16:56:46 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 82172 invoked by uid 500); 9 Apr 2004 16:56:46 -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 82159 invoked by uid 500); 9 Apr 2004 16:56:46 -0000 Delivered-To: apmail-apache-1.3-cvs@apache.org Received: (qmail 82155 invoked from network); 9 Apr 2004 16:56:46 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 9 Apr 2004 16:56:46 -0000 Received: (qmail 29575 invoked by uid 1078); 9 Apr 2004 16:56:53 -0000 Date: 9 Apr 2004 16:56:53 -0000 Message-ID: <20040409165653.29574.qmail@minotaur.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 X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N jim 2004/04/09 09:56:53 Modified: src/include httpd.h Log: Mark that we are at 1.3.30 Revision Changes Path 1.378 +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.377 retrieving revision 1.378 diff -u -r1.377 -r1.378 --- httpd.h 16 Feb 2004 22:25:08 -0000 1.377 +++ httpd.h 9 Apr 2004 16:56:53 -0000 1.378 @@ -388,7 +388,7 @@ #define SERVER_BASEVENDOR "Apache Group" #define SERVER_BASEPRODUCT "Apache" -#define SERVER_BASEREVISION "1.3.30-dev" +#define SERVER_BASEREVISION "1.3.30" #define SERVER_BASEVERSION SERVER_BASEPRODUCT "/" SERVER_BASEREVISION #define SERVER_PRODUCT SERVER_BASEPRODUCT @@ -409,7 +409,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 10330000 +#define APACHE_RELEASE 10330100 #define SERVER_PROTOCOL "HTTP/1.1" #ifndef SERVER_SUPPORT