From db26b587c04799e75b6dd0fcd4b46aaa168f9161 Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Tue, 27 Dec 2011 19:42:53 +0100 Subject: Upstream tarball 2.2.15 --- include/ap_config_auto.h.in | 3 --- include/ap_mmn.h | 3 ++- include/ap_release.h | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) (limited to 'include') diff --git a/include/ap_config_auto.h.in b/include/ap_config_auto.h.in index 6ea7e6f1..8b630c08 100644 --- a/include/ap_config_auto.h.in +++ b/include/ap_config_auto.h.in @@ -205,9 +205,6 @@ /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME -/* Define to the home page for this package. */ -#undef PACKAGE_URL - /* Define to the version of this package. */ #undef PACKAGE_VERSION diff --git a/include/ap_mmn.h b/include/ap_mmn.h index c58660db..eef610ab 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -138,6 +138,7 @@ * 20051115.22 (2.2.12) Add ap_escape_html2 API, with additional option * 20051115.23 (2.2.12) Add ap_open_piped_log_ex API, with cmdtype option, * and conditional cmdtype member of piped_log struct + * 20051115.24 (2.2.15) Add forward member to proxy_conn_rec */ #define MODULE_MAGIC_COOKIE 0x41503232UL /* "AP22" */ @@ -145,7 +146,7 @@ #ifndef MODULE_MAGIC_NUMBER_MAJOR #define MODULE_MAGIC_NUMBER_MAJOR 20051115 #endif -#define MODULE_MAGIC_NUMBER_MINOR 23 /* 0...n */ +#define MODULE_MAGIC_NUMBER_MINOR 24 /* 0...n */ /** * Determine if the server's current MODULE_MAGIC_NUMBER is at least a diff --git a/include/ap_release.h b/include/ap_release.h index 521cc17a..528c4d70 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 2 -#define AP_SERVER_PATCHLEVEL_NUMBER 14 +#define AP_SERVER_PATCHLEVEL_NUMBER 15 #define AP_SERVER_DEVBUILD_BOOLEAN 0 #if AP_SERVER_DEVBUILD_BOOLEAN -- cgit v1.2.3