From 6a8de32a9b33d56ee3bac004bae882bfc7b41d3e Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Sun, 8 May 2011 06:49:48 +0000 Subject: Bump after tag git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1100690 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 4 ++++ include/ap_release.h | 4 ++-- 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" -- cgit v1.2.1