From: Nick Kew Date: Fri, 23 Jul 2010 07:31:27 +0000 (+0000) Subject: r966869 required mmn bump X-Git-Tag: 2.3.7~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d25a9e6b686ab6a8af3f928482596c8a42abe4c;p=thirdparty%2Fapache%2Fhttpd.git r966869 required mmn bump git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@966997 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_mmn.h b/include/ap_mmn.h index 2f285a2db63..de01feb0ff9 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -240,12 +240,13 @@ * authz without authenticated user * 20100719.0 (2.3.7-dev) Add symbol name parameter to ap_add_module and * ap_add_loaded_module. Add ap_find_module_short_name + * 20100723.0 (2.3.7-dev) Remove ct_output_filters from core rec */ #define MODULE_MAGIC_COOKIE 0x41503234UL /* "AP24" */ #ifndef MODULE_MAGIC_NUMBER_MAJOR -#define MODULE_MAGIC_NUMBER_MAJOR 20100719 +#define MODULE_MAGIC_NUMBER_MAJOR 20100723 #endif #define MODULE_MAGIC_NUMBER_MINOR 0 /* 0...n */