]> granicus.if.org Git - apache/commitdiff
Forgot to bump MMN when advancing the
authorRainer Jung <rjung@apache.org>
Wed, 1 Feb 2012 11:12:02 +0000 (11:12 +0000)
committerRainer Jung <rjung@apache.org>
Wed, 1 Feb 2012 11:12:02 +0000 (11:12 +0000)
MODULE_MAGIC_COOKIE for trunk.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1239073 13f79535-47bb-0310-9956-ffa450edef68

include/ap_mmn.h

index ff2a64feb60a2467b93b09c01b0d708f305e4e2a..3d6547d22d4c7ed42475e377ee4f2e630d955db7 100644 (file)
  *                         private, add ap_create_core_ctx(),
  *                         ap_core_ctx_get_bb(), move core_net rec definition
  *                         to http_core.h
+ * 20120201.0 (2.5.0-dev)  Bump MODULE_MAGIC_COOKIE to "AP25"!
  */
 
 #define MODULE_MAGIC_COOKIE 0x41503235UL /* "AP25" */
 
 #ifndef MODULE_MAGIC_NUMBER_MAJOR
-#define MODULE_MAGIC_NUMBER_MAJOR 20120123
+#define MODULE_MAGIC_NUMBER_MAJOR 20120201
 #endif
 #define MODULE_MAGIC_NUMBER_MINOR 0                   /* 0...n */