You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by br...@apache.org on 2005/10/16 02:15:30 UTC

svn commit: r321517 - /httpd/httpd/branches/async-dev/include/ap_mmn.h

Author: brianp
Date: Sat Oct 15 17:15:27 2005
New Revision: 321517

URL: http://svn.apache.org/viewcvs?rev=321517&view=rev
Log:
forward-port MMN from trunk to async-dev branch so MMN-dependent perl-framework tests will compile

Modified:
    httpd/httpd/branches/async-dev/include/ap_mmn.h

Modified: httpd/httpd/branches/async-dev/include/ap_mmn.h
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/async-dev/include/ap_mmn.h?rev=321517&r1=321516&r2=321517&view=diff
==============================================================================
--- httpd/httpd/branches/async-dev/include/ap_mmn.h (original)
+++ httpd/httpd/branches/async-dev/include/ap_mmn.h Sat Oct 15 17:15:27 2005
@@ -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