From 6ed4134c27a19303ca9b17349e0769da90fba652 Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Tue, 30 Aug 2011 00:09:19 +0000 Subject: [PATCH] prepare to tag 2.2.20 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1163056 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 2 +- include/ap_release.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/STATUS b/STATUS index 68551974b38..63ca38544a7 100644 --- a/STATUS +++ b/STATUS @@ -23,7 +23,7 @@ Patches considered for backport are noted in their branches' STATUS: Release history: [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases, while x.{even}.z versions are Stable/GA releases.] - 2.2.20 : In maintenance + 2.2.20 : Tagged August 29, 2011. 2.2.19 : Tagged May 20, 2011. ABI restored. 2.2.18 : Released May 11, 2011. ABI broken. 2.2.17 : Released October 19, 2010. diff --git a/include/ap_release.h b/include/ap_release.h index 79c0e081371..98ffabbd2ee 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -34,10 +34,10 @@ * The tokens are listed in order of their significance for identifying the * application. * - * "Product tokens should be short and to the point -- use of them for + * "Product tokens should be short and to the point -- use of them for * advertizing or other non-essential information is explicitly forbidden." * - * Example: "Apache/1.1.0 MrWidget/0.1-alpha" + * Example: "Apache/1.1.0 MrWidget/0.1-alpha" */ #define AP_SERVER_BASEVENDOR "Apache Software Foundation" #define AP_SERVER_BASEPROJECT "Apache HTTP Server" @@ -46,7 +46,7 @@ #define AP_SERVER_MAJORVERSION_NUMBER 2 #define AP_SERVER_MINORVERSION_NUMBER 2 #define AP_SERVER_PATCHLEVEL_NUMBER 20 -#define AP_SERVER_DEVBUILD_BOOLEAN 1 +#define AP_SERVER_DEVBUILD_BOOLEAN 0 #if AP_SERVER_DEVBUILD_BOOLEAN #define AP_SERVER_ADD_STRING "-dev" -- 2.47.2