From: William A. Rowe Jr Date: Fri, 20 May 2011 16:56:05 +0000 (+0000) Subject: And we are at .20-dev X-Git-Tag: 2.2.20~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b230d39acc30618bb6cafdefe413937b32677e5e;p=thirdparty%2Fapache%2Fhttpd.git And we are at .20-dev git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1125465 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 3992198a9fe..75231f0029f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,8 @@ -*- coding: utf-8 -*- +Changes with Apache 2.2.20 + + + Changes with Apache 2.2.19 *) Revert ABI breakage in 2.2.18 caused by the function signature change diff --git a/include/ap_release.h b/include/ap_release.h index b4735260afc..79c0e081371 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 19 -#define AP_SERVER_DEVBUILD_BOOLEAN 0 +#define AP_SERVER_PATCHLEVEL_NUMBER 20 +#define AP_SERVER_DEVBUILD_BOOLEAN 1 #if AP_SERVER_DEVBUILD_BOOLEAN #define AP_SERVER_ADD_STRING "-dev"