From ba2883e9b20ab32f47f87e04449b20023a4400e8 Mon Sep 17 00:00:00 2001 From: Paul Querna Date: Mon, 23 Mar 2009 16:07:35 +0000 Subject: [PATCH] Roll on to 2.3.2. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@757429 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 3 +++ STATUS | 1 + include/ap_release.h | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 1ce21f4e5b..8f22b64b9f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,7 @@ -*- coding: utf-8 -*- + +Changes with Apache 2.3.3 + Changes with Apache 2.3.2 *) mod_mime_magic: Fix detection of compressed content. [Rainer Jung] diff --git a/STATUS b/STATUS index 967ddf8546..fde5fddb64 100644 --- a/STATUS +++ b/STATUS @@ -27,6 +27,7 @@ Release history: while x.{even}.z versions are Stable/GA releases.] 2.3.2 : in development + 2.3.2 : Tagged on March 23, 2009. 2.3.1 : Tagged on January 2, 2009. 2.3.0 : Tagged on December 6, 2008, not released. diff --git a/include/ap_release.h b/include/ap_release.h index b193bccbf9..d006622ce3 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -45,7 +45,7 @@ #define AP_SERVER_MAJORVERSION_NUMBER 2 #define AP_SERVER_MINORVERSION_NUMBER 3 -#define AP_SERVER_PATCHLEVEL_NUMBER 2 +#define AP_SERVER_PATCHLEVEL_NUMBER 3 #define AP_SERVER_DEVBUILD_BOOLEAN 1 #if AP_SERVER_DEVBUILD_BOOLEAN -- 2.50.1