From: Ian Holsman Date: Thu, 21 Feb 2002 04:05:21 +0000 (+0000) Subject: bump bumpty bump X-Git-Tag: 2.0.33~171 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=567662b514d751bd009268f0506195dea87663e4;p=apache bump bumpty bump Placing the thread-limit and server-limit values, those which define the size of internal structures in the scoreboard, actually into the scoreboard allow third-party applications to access those structures. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93525 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_mmn.h b/include/ap_mmn.h index 4a87fe9ced..8a2a84baeb 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -96,12 +96,13 @@ * 20020127 (2.0.31-dev) bump for pre_mpm hook change * 20020128 (2.0.31-dev) bump for pre_config hook change * 20020218 (2.0.33-dev) bump for AddOutputFilterByType directive + * 20020220 (2.0.33-dev) bump for scoreboard.h structure change */ #define MODULE_MAGIC_COOKIE 0x41503230UL /* "AP20" */ #ifndef MODULE_MAGIC_NUMBER_MAJOR -#define MODULE_MAGIC_NUMBER_MAJOR 20020218 +#define MODULE_MAGIC_NUMBER_MAJOR 20020220 #endif #define MODULE_MAGIC_NUMBER_MINOR 0 /* 0...n */ #define MODULE_MAGIC_NUMBER MODULE_MAGIC_NUMBER_MAJOR /* backward compat */