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