summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Pane <brianp@apache.org>2005-10-16 00:15:27 +0000
committerBrian Pane <brianp@apache.org>2005-10-16 00:15:27 +0000
commit40e5bd5e0812425197afcbdb6238d9915cab3db6 (patch)
treefb24d29f320be76b0b037a2b61e14490d4b9cc37
parent37c6f924a2e6350333322b20e9c2e658a671e7b1 (diff)
downloadhttpd-40e5bd5e0812425197afcbdb6238d9915cab3db6.tar.gz
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
-rw-r--r--include/ap_mmn.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ap_mmn.h b/include/ap_mmn.h
index 75164378c7..585aacfc94 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