From: Aaron Bannert Date: Tue, 29 Jan 2002 00:00:39 +0000 (+0000) Subject: I think this was supposed to have been bumped a couple times since X-Git-Tag: 2.0.31~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b7a79f57e347c8963a34efedd39ef880c3b2cb44;p=apache I think this was supposed to have been bumped a couple times since the 14th, and was perhaps forgotten about? In any case, it needs to be bumped now -- pre_config hook return type has changed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93065 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_mmn.h b/include/ap_mmn.h index 9cc96c832c..57bd4607f4 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -100,7 +100,7 @@ #define MODULE_MAGIC_COOKIE 0x41503230UL /* "AP20" */ #ifndef MODULE_MAGIC_NUMBER_MAJOR -#define MODULE_MAGIC_NUMBER_MAJOR 20020114 +#define MODULE_MAGIC_NUMBER_MAJOR 20020128 #endif #define MODULE_MAGIC_NUMBER_MINOR 0 /* 0...n */ #define MODULE_MAGIC_NUMBER MODULE_MAGIC_NUMBER_MAJOR /* backward compat */