]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Move on with 2.0.50 development
authorSander Striker <striker@apache.org>
Thu, 18 Mar 2004 08:50:45 +0000 (08:50 +0000)
committerSander Striker <striker@apache.org>
Thu, 18 Mar 2004 08:50:45 +0000 (08:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103020 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
STATUS
include/ap_release.h

diff --git a/CHANGES b/CHANGES
index 48d4394b67bd2dc8001b713bc2fb3f913cd65cca..04eaf929457093ad3fef08aacaa8ce547a954e02 100644 (file)
--- 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 75c446767a3473ea9fcc745a40627f6e27e9a7b5..ecd0fe59e2cb1b0f27bc50fce99ff9e5af991b28 100644 (file)
--- 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.
index 40a2a90a0217362148cf530fffe18f38ad4b9aef..e990a850e5a95edb3225f58388408d6252fb944f 100644 (file)
@@ -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