From: Ian Holsman Date: Tue, 27 Nov 2001 22:07:09 +0000 (+0000) Subject: Change the magic # X-Git-Tag: 2.0.29~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4aeb823a156e4de64c19017c786595ef6b883189;p=apache Change the magic # as we have changed the conn_rec structure and have change the open_log and post_config hook function PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92201 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_mmn.h b/include/ap_mmn.h index eb9f8d94ff..79d44553b8 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -80,12 +80,14 @@ * 20010808 (2.0.23-dev) dir d_is_absolute bit introduced, bucket changes, etc * 20010825 (2.0.25-dev) removed d_is_absolute, introduced map_to_storage hook * 20011002 (2.0.26-dev) removed 1.3-depreciated request_rec.content_language + * 20011127 (2.0.28-dev) bump for postconfig hook change, and removal of socket + * from connection record */ #define MODULE_MAGIC_COOKIE 0x41503230UL /* "AP20" */ #ifndef MODULE_MAGIC_NUMBER_MAJOR -#define MODULE_MAGIC_NUMBER_MAJOR 20011002 +#define MODULE_MAGIC_NUMBER_MAJOR 20011127 #endif #define MODULE_MAGIC_NUMBER_MINOR 0 /* 0...n */ #define MODULE_MAGIC_NUMBER MODULE_MAGIC_NUMBER_MAJOR /* backward compat */