From: Brian Pane Date: Sun, 16 Oct 2005 00:15:27 +0000 (+0000) Subject: forward-port MMN from trunk to async-dev branch so MMN-dependent perl-framework tests... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40e5bd5e0812425197afcbdb6238d9915cab3db6;p=thirdparty%2Fapache%2Fhttpd.git forward-port MMN from trunk to async-dev branch so MMN-dependent perl-framework tests will compile git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/async-dev@321517 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_mmn.h b/include/ap_mmn.h index 75164378c77..585aacfc94f 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -107,9 +107,10 @@ * 20050708.1 (2.1.7-dev) add proxy request_status hook (minor) * 20050919.0 (2.1.8-dev) mod_ssl ssl_ext_list optional function added * 20051005.0 (2.1.8-dev) NET_TIME filter eliminated + * 20051005.0 (2.3.0-dev) Bump MODULE_MAGIC_COOKIE to "AP24"! */ -#define MODULE_MAGIC_COOKIE 0x41503232UL /* "AP22" */ +#define MODULE_MAGIC_COOKIE 0x41503234UL /* "AP24" */ #ifndef MODULE_MAGIC_NUMBER_MAJOR #define MODULE_MAGIC_NUMBER_MAJOR 20051005