coar        98/05/07 09:09:01

  Modified:    src/include http_config.h
  Log:
        Foo, forgot to update MMN due to addition of ap_add_version_component
        and discontinuation of SERVER_SUBVERSION support.  (Which still needs
        to be ripped out of Configure, et alia loci).
  
  Revision  Changes    Path
  1.84      +1 -1      apache-1.3/src/include/http_config.h
  
  Index: http_config.h
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/include/http_config.h,v
  retrieving revision 1.83
  retrieving revision 1.84
  diff -u -r1.83 -r1.84
  --- http_config.h     1998/05/06 15:18:01     1.83
  +++ http_config.h     1998/05/07 16:09:00     1.84
  @@ -275,7 +275,7 @@
    * handle it back-compatibly, or at least signal an error).
    */
   
  -#define MODULE_MAGIC_NUMBER 19980413
  +#define MODULE_MAGIC_NUMBER 19980507
   #define STANDARD_MODULE_STUFF MODULE_MAGIC_NUMBER, -1, __FILE__, NULL, NULL
   
   /* Generic accessors for other modules to get at their own module-specific
  
  
  

Reply via email to