Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 88627 invoked by uid 500); 22 Nov 2002 02:08:44 -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 88616 invoked by uid 500); 22 Nov 2002 02:08:44 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 22 Nov 2002 02:08:43 -0000 Message-ID: <20021122020843.65596.qmail@icarus.apache.org> From: wrowe@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/include ap_release.h X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N wrowe 2002/11/21 18:08:42 Modified: include ap_release.h Log: Branch tag APACHE_2_0_BRANCH now contains Apache 2.0 development. Persist cvs HEAD as Apache 2.1. After discussion at AC, a number of individuals including Sander, Will, Justin and Rich will begin reverting the appropriate changes from the APACHE_2_0_BRANCH, while continuing their documentation and development of the Authorization reorganization on this branch. Revision Changes Path 1.78 +2 -2 httpd-2.0/include/ap_release.h Index: ap_release.h =================================================================== RCS file: /home/cvs/httpd-2.0/include/ap_release.h,v retrieving revision 1.77 retrieving revision 1.78 diff -u -r1.77 -r1.78 --- ap_release.h 3 Oct 2002 05:39:30 -0000 1.77 +++ ap_release.h 22 Nov 2002 02:08:42 -0000 1.78 @@ -74,8 +74,8 @@ #define AP_SERVER_BASEVENDOR "Apache Software Foundation" #define AP_SERVER_BASEPRODUCT "Apache" #define AP_SERVER_MAJORVERSION "2" -#define AP_SERVER_MINORVERSION "0" -#define AP_SERVER_PATCHLEVEL "44-dev" +#define AP_SERVER_MINORVERSION "1" +#define AP_SERVER_PATCHLEVEL "0-dev" #define AP_SERVER_MINORREVISION AP_SERVER_MAJORVERSION "." AP_SERVER_MINORVERSION #define AP_SERVER_BASEREVISION AP_SERVER_MINORREVISION "." AP_SERVER_PATCHLEVEL #define AP_SERVER_BASEVERSION AP_SERVER_BASEPRODUCT "/" AP_SERVER_BASEREVISION