Received: (from majordom@localhost) by hyperreal.org (8.8.5/8.8.5) id QAA19755; Thu, 17 Jul 1997 16:30:10 -0700 (PDT) Received: (from dgaudet@localhost) by hyperreal.org (8.8.5/8.8.5) id QAA19747 for apache-cvs; Thu, 17 Jul 1997 16:30:08 -0700 (PDT) Date: Thu, 17 Jul 1997 16:30:08 -0700 (PDT) From: Dean Gaudet Message-Id: <199707172330.QAA19747@hyperreal.org> To: apache-cvs@hyperreal.org Subject: cvs commit: apache/src http_config.h Sender: apache-cvs-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org dgaudet 97/07/17 16:30:08 Modified: src http_config.h Log: Jim says, "Certainly this means a bump in the API version??" Dean apologizes. Revision Changes Path 1.37 +1 -1 apache/src/http_config.h Index: http_config.h =================================================================== RCS file: /export/home/cvs/apache/src/http_config.h,v retrieving revision 1.36 retrieving revision 1.37 diff -C3 -r1.36 -r1.37 *** http_config.h 1997/07/17 22:27:28 1.36 --- http_config.h 1997/07/17 23:30:07 1.37 *************** *** 238,244 **** * handle it back-compatibly, or at least signal an error). */ ! #define MODULE_MAGIC_NUMBER 19970628 #define STANDARD_MODULE_STUFF MODULE_MAGIC_NUMBER, -1, __FILE__, NULL /* Generic accessors for other modules to get at their own module-specific --- 238,244 ---- * handle it back-compatibly, or at least signal an error). */ ! #define MODULE_MAGIC_NUMBER 19970717 #define STANDARD_MODULE_STUFF MODULE_MAGIC_NUMBER, -1, __FILE__, NULL /* Generic accessors for other modules to get at their own module-specific