randy 97/01/26 16:17:01
Modified: src httpd.h Log: Lets make this b6 to get the tags in sync. Revision Changes Path 1.84 +1 -1 apache/src/httpd.h Index: httpd.h =================================================================== RCS file: /export/home/cvs/apache/src/httpd.h,v retrieving revision 1.83 retrieving revision 1.84 diff -C3 -r1.83 -r1.84 *** httpd.h 1997/01/26 21:11:55 1.83 --- httpd.h 1997/01/27 00:17:00 1.84 *************** *** 248,254 **** * Example: "Apache/1.1.0 MrWidget/0.1-alpha" */ ! #define SERVER_BASEVERSION "Apache/1.2b5" /* SEE COMMENTS ABOVE */ #ifdef SERVER_SUBVERSION #define SERVER_VERSION SERVER_BASEVERSION " " SERVER_SUBVERSION #else --- 248,254 ---- * Example: "Apache/1.1.0 MrWidget/0.1-alpha" */ ! #define SERVER_BASEVERSION "Apache/1.2b6" /* SEE COMMENTS ABOVE */ #ifdef SERVER_SUBVERSION #define SERVER_VERSION SERVER_BASEVERSION " " SERVER_SUBVERSION #else