rse 98/04/13 11:11:52
Modified: src/include http_config.h
Log:
Bump up MODULE_MAGIC_NUMBER because of the BIG SYMBOL RENAMING.
Thanks to Dean for hint.
Revision Changes Path
1.80 +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.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- http_config.h 1998/04/11 12:00:19 1.79
+++ http_config.h 1998/04/13 18:11:51 1.80
@@ -271,7 +271,7 @@
* handle it back-compatibly, or at least signal an error).
*/
-#define MODULE_MAGIC_NUMBER 19980324
+#define MODULE_MAGIC_NUMBER 19980413
#define STANDARD_MODULE_STUFF MODULE_MAGIC_NUMBER, -1, __FILE__, NULL, NULL
/* Generic accessors for other modules to get at their own module-specific