From: Graham Leggett Date: Wed, 23 Sep 2009 22:32:02 +0000 (+0000) Subject: Revert 818287, addition of a module doesn't require an MMN bump. X-Git-Tag: 2.2.14~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ada98effeae388b00c7ffb2a354d313ecee9123;p=thirdparty%2Fapache%2Fhttpd.git Revert 818287, addition of a module doesn't require an MMN bump. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@818292 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_mmn.h b/include/ap_mmn.h index 5f3b2b2efe0..c58660db48e 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -138,7 +138,6 @@ * 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" */ @@ -146,7 +145,7 @@ #ifndef MODULE_MAGIC_NUMBER_MAJOR #define MODULE_MAGIC_NUMBER_MAJOR 20051115 #endif -#define MODULE_MAGIC_NUMBER_MINOR 24 /* 0...n */ +#define MODULE_MAGIC_NUMBER_MINOR 23 /* 0...n */ /** * Determine if the server's current MODULE_MAGIC_NUMBER is at least a