Commit f2d7a437 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  Onto 2.0.53 (or sneaking back into 2.0.52?  time will tell.)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105277 13f79535-47bb-0310-9956-ffa450edef68
parent 3dac81cb
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
Changes with Apache 2.0.53
Changes with Apache 2.0.52
  *) Use HTML 2.0 <hr> for error pages. PR 30732 [Andr Malo]
+3 −2
Original line number Diff line number Diff line
APACHE 2.0 STATUS:                                              -*-text-*-
Last modified at [$Date: 2004/09/23 17:33:39 $]
Last modified at [$Date: 2004/09/23 18:02:03 $]

Release:

    2.0.52  : in development
    2.0.53  : in development
    2.0.52  : tagged APACHE_2_0_52_WROWE_RC1 for review
    2.0.51  : released September 15, 2004 as GA.
    2.0.50  : released June 30, 2004 as GA.
    2.0.49  : released March 19, 2004 as GA.
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@
#define AP_SERVER_BASEPRODUCT "Apache"
#define AP_SERVER_MAJORVERSION "2"
#define AP_SERVER_MINORVERSION "0"
#define AP_SERVER_PATCHLEVEL "52"
#define AP_SERVER_PATCHLEVEL "53-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