From: William A. Rowe Jr Date: Thu, 10 Jan 2002 05:16:19 +0000 (+0000) Subject: This needed bumping for all the scoreboard changes; consider it bumped. X-Git-Tag: 2.0.31~235 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=821fb2b2cabd34da7832a7cf9fdff59861e44868;p=apache This needed bumping for all the scoreboard changes; consider it bumped. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92801 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_mmn.h b/include/ap_mmn.h index da32232d3c..7d5e47e0bb 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -88,12 +88,13 @@ * create_connection hook * 20020102 (2.0.30-dev) bump for changed type of limit_req_body in * core_dir_config + * 20020109 (2.0.31-dev) bump for changed shm and scoreboard declarations */ #define MODULE_MAGIC_COOKIE 0x41503230UL /* "AP20" */ #ifndef MODULE_MAGIC_NUMBER_MAJOR -#define MODULE_MAGIC_NUMBER_MAJOR 20020102 +#define MODULE_MAGIC_NUMBER_MAJOR 20020109 #endif #define MODULE_MAGIC_NUMBER_MINOR 0 /* 0...n */ #define MODULE_MAGIC_NUMBER MODULE_MAGIC_NUMBER_MAJOR /* backward compat */