]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Onwards to 2.0.56-dev
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 10 Oct 2005 01:17:45 +0000 (01:17 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 10 Oct 2005 01:17:45 +0000 (01:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@312520 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
include/ap_release.h

diff --git a/CHANGES b/CHANGES
index da3b60b6dfb4f2374f2a42d93d66e45dc2958fbd..36e89e1ebe67406d6eb907b2f1c1f444724ba11d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,8 @@
                                                          -*- coding: utf-8 -*-
+Changes with Apache 2.0.56-dev
+
+
+
 Changes with Apache 2.0.55
 
   *) SECURITY: CAN-2005-2700 (cve.mitre.org)
index c6cd4f7ae542c799a6600d688707858af84a2e2d..f137039787b3e7dc2573e5a275a01cbece30af8e 100644 (file)
@@ -33,7 +33,7 @@
 #define AP_SERVER_BASEPRODUCT "Apache"
 #define AP_SERVER_MAJORVERSION "2"
 #define AP_SERVER_MINORVERSION "0"
-#define AP_SERVER_PATCHLEVEL "55"
+#define AP_SERVER_PATCHLEVEL "56-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