You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ia...@apache.org on 2002/02/21 05:05:21 UTC

cvs commit: httpd-2.0/include ap_mmn.h

ianh        02/02/20 20:05:21

  Modified:    include  ap_mmn.h
  Log:
  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.
  
  Revision  Changes    Path
  1.34      +2 -1      httpd-2.0/include/ap_mmn.h
  
  Index: ap_mmn.h
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/include/ap_mmn.h,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- ap_mmn.h	19 Feb 2002 04:45:53 -0000	1.33
  +++ ap_mmn.h	21 Feb 2002 04:05:21 -0000	1.34
  @@ -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 */