-*- coding: utf-8 -*-
+Changes with Apache 2.2.3
+
Changes with Apache 2.2.2
*) mod_deflate: work correctly in an internal redirect
[NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
while x.{even}.z versions are Stable/GA releases.]
- 2.2.2 : in development
+ 2.2.3 : in development
+ 2.2.2 : Tagged on April 21, 2006.
2.2.1 : Tagged on April 1, 2006, not released.
2.2.0 : Released on December 1, 2005 as GA.
2.1.10 : Tagged on November 19, 2005, not released.
#define AP_SERVER_MAJORVERSION_NUMBER 2
#define AP_SERVER_MINORVERSION_NUMBER 2
-#define AP_SERVER_PATCHLEVEL_NUMBER 2
-/* #define AP_SERVER_DEVBUILD_BOOLEAN 1 */
+#define AP_SERVER_PATCHLEVEL_NUMBER 3
+#define AP_SERVER_DEVBUILD_BOOLEAN 1
#if AP_SERVER_DEVBUILD_BOOLEAN
#define AP_SERVER_ADD_STRING "-dev"