]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
forward-port MMN from trunk to async-dev branch so MMN-dependent perl-framework tests...
authorBrian Pane <brianp@apache.org>
Sun, 16 Oct 2005 00:15:27 +0000 (00:15 +0000)
committerBrian Pane <brianp@apache.org>
Sun, 16 Oct 2005 00:15:27 +0000 (00:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/async-dev@321517 13f79535-47bb-0310-9956-ffa450edef68

include/ap_mmn.h

index 75164378c77bd08bedcbd314fbc6bc3a8f6da704..585aacfc94f47c949bcef7e6e80cd37de0ce6dc7 100644 (file)
  * 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