]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Bump after tag
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 8 May 2011 06:49:48 +0000 (06:49 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 8 May 2011 06:49:48 +0000 (06:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1100690 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
include/ap_release.h

diff --git a/CHANGES b/CHANGES
index 1fe363f086cd712dbe4cb4a8a203c265c61f18e2..4157fa69b2a8e9a0b838416838bc006b720f3c40 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,8 @@
                                                          -*- coding: utf-8 -*-
+Changes with Apache 2.2.19
+
+
+
 Changes with Apache 2.2.18
 
   *) Log an error for failures to read a chunk-size, and return 408 instead
index 536e8c0d631a400a86f3387151602d6c1a4c7ed5..859d2d903e636382ffe346f090a08e0f936e2c1c 100644 (file)
@@ -45,8 +45,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 2
-#define AP_SERVER_PATCHLEVEL_NUMBER   18
-#define AP_SERVER_DEVBUILD_BOOLEAN    0
+#define AP_SERVER_PATCHLEVEL_NUMBER   19
+#define AP_SERVER_DEVBUILD_BOOLEAN    1
 
 #if AP_SERVER_DEVBUILD_BOOLEAN
 #define AP_SERVER_ADD_STRING          "-dev"