From dec5da6a1d75e05a219d96cd3db490c9d971aa34 Mon Sep 17 00:00:00 2001 From: Graham Leggett Date: Wed, 23 Sep 2009 22:21:54 +0000 Subject: [PATCH] Bump minor mmn after addition of mod_proxy_scgi git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@818287 13f79535-47bb-0310-9956-ffa450edef68 --- include/ap_mmn.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/ap_mmn.h b/include/ap_mmn.h index c58660db48e..5f3b2b2efe0 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.14) Add mod_proxy_scgi */ #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 -- 2.47.2