]> granicus.if.org Git - apache/commitdiff
bump bumpty bump
authorIan Holsman <ianh@apache.org>
Thu, 21 Feb 2002 04:05:21 +0000 (04:05 +0000)
committerIan Holsman <ianh@apache.org>
Thu, 21 Feb 2002 04:05:21 +0000 (04:05 +0000)
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

include/ap_mmn.h

index 4a87fe9ced5c223e871c544189b7b5b0b6d9508e..8a2a84baebbda34f059ff544016bc1d9f5b02f8c 100644 (file)
  * 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 */