summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2011-05-08 06:49:48 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2011-05-08 06:49:48 +0000
commit6a8de32a9b33d56ee3bac004bae882bfc7b41d3e (patch)
tree88bde0ff599e3ab42336c5629f10cefb1a98f44a
parentd6df8ffc44e12fb2ff8be5ada8714413bb723148 (diff)
downloadhttpd-6a8de32a9b33d56ee3bac004bae882bfc7b41d3e.tar.gz
Bump after tag
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1100690 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES4
-rw-r--r--include/ap_release.h4
2 files changed, 6 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 1fe363f086..4157fa69b2 100644
--- 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
diff --git a/include/ap_release.h b/include/ap_release.h
index 536e8c0d63..859d2d903e 100644
--- a/include/ap_release.h
+++ b/include/ap_release.h
@@ -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"