From: Ruediger Pluem Date: Fri, 18 Nov 2011 19:12:31 +0000 (+0000) Subject: * Actually change the defines and not only the comment. X-Git-Tag: 2.5.0-alpha~7861 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc08292c7ed2c4c283384e6e46a90ddda6d791d7;p=thirdparty%2Fapache%2Fhttpd.git * Actually change the defines and not only the comment. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1203792 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_mmn.h b/include/ap_mmn.h index afc79555533..2438a88d3db 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -371,9 +371,9 @@ #define MODULE_MAGIC_COOKIE 0x41503234UL /* "AP24" */ #ifndef MODULE_MAGIC_NUMBER_MAJOR -#define MODULE_MAGIC_NUMBER_MAJOR 20111025 +#define MODULE_MAGIC_NUMBER_MAJOR 20111118 #endif -#define MODULE_MAGIC_NUMBER_MINOR 2 /* 0...n */ +#define MODULE_MAGIC_NUMBER_MINOR 0 /* 0...n */ /** * Determine if the server's current MODULE_MAGIC_NUMBER is at least a