From: Sander Striker Date: Thu, 18 Mar 2004 08:50:45 +0000 (+0000) Subject: Move on with 2.0.50 development X-Git-Tag: 2.0.50~334 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d70a5c2381db804be151158157b07de4d5a5213f;p=thirdparty%2Fapache%2Fhttpd.git Move on with 2.0.50 development git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103020 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 48d4394b67b..04eaf929457 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +Changes with Apache 2.0.50 + Changes with Apache 2.0.49 *) SECURITY: CAN-2004-0174 (cve.mitre.org) diff --git a/STATUS b/STATUS index 75c446767a3..ecd0fe59e2c 100644 --- a/STATUS +++ b/STATUS @@ -1,9 +1,10 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/03/17 23:52:12 $] +Last modified at [$Date: 2004/03/18 08:50:45 $] Release: - 2.0.49 : in development + 2.0.50 : in development + 2.0.49 : rolled March 18, 2004 2.0.48 : released October 29, 2003 as GA. 2.0.47 : released July 09, 2003 as GA. 2.0.46 : released May 28, 2003 as GA. diff --git a/include/ap_release.h b/include/ap_release.h index 40a2a90a021..e990a850e5a 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -32,7 +32,7 @@ #define AP_SERVER_BASEPRODUCT "Apache" #define AP_SERVER_MAJORVERSION "2" #define AP_SERVER_MINORVERSION "0" -#define AP_SERVER_PATCHLEVEL "49" +#define AP_SERVER_PATCHLEVEL "50-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