From: Rainer Jung Date: Wed, 1 Feb 2012 11:12:02 +0000 (+0000) Subject: Forgot to bump MMN when advancing the X-Git-Tag: 2.5.0-alpha~7513 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ab76ab0bb0cb4f361e7f132a236330e7108c694a;p=apache Forgot to bump MMN when advancing the MODULE_MAGIC_COOKIE for trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1239073 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_mmn.h b/include/ap_mmn.h index ff2a64feb6..3d6547d22d 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -389,12 +389,13 @@ * 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 */