coar 98/02/07 05:59:56
Modified: src/include http_config.h Log: Bump MODULE_MAGIC_NUMBER because of the dynamic_load_handle pointer addition in the module structure header. Revision Changes Path 1.65 +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.64 retrieving revision 1.65 diff -u -r1.64 -r1.65 --- http_config.h 1998/02/06 18:25:22 1.64 +++ http_config.h 1998/02/07 13:59:55 1.65 @@ -255,7 +255,7 @@ * handle it back-compatibly, or at least signal an error). */ -#define MODULE_MAGIC_NUMBER 19980201 +#define MODULE_MAGIC_NUMBER 19980207 #define STANDARD_MODULE_STUFF MODULE_MAGIC_NUMBER, -1, __FILE__, NULL, NULL /* Generic accessors for other modules to get at their own module-specific