akosut 96/06/15 19:39:05
Modified: src httpd.h Log: A hopeful new SERVER_VERSION designation. Revision Changes Path 1.31 +1 -1 apache/src/httpd.h Index: httpd.h =================================================================== RCS file: /export/home/cvs/apache/src/httpd.h,v retrieving revision 1.30 retrieving revision 1.31 diff -C3 -r1.30 -r1.31 *** httpd.h 1996/06/16 02:35:35 1.30 --- httpd.h 1996/06/16 02:39:03 1.31 *************** *** 238,244 **** * Example: "Apache/1.1b3 MrWidget/0.1-alpha" */ ! #define SERVER_VERSION "Apache/1.1b4" /* SEE COMMENTS ABOVE */ #define SERVER_PROTOCOL "HTTP/1.0" #define SERVER_SUPPORT "http://www.apache.org/" --- 238,244 ---- * Example: "Apache/1.1b3 MrWidget/0.1-alpha" */ ! #define SERVER_VERSION "Apache/1.1.0-dev" /* SEE COMMENTS ABOVE */ #define SERVER_PROTOCOL "HTTP/1.0" #define SERVER_SUPPORT "http://www.apache.org/"