paul 96/07/03 15:58:47
Modified: src httpd.h Log: Change SERVER_VERSION to 1.2-dev Revision Changes Path 1.37 +1 -1 apache/src/httpd.h Index: httpd.h =================================================================== RCS file: /export/home/cvs/apache/src/httpd.h,v retrieving revision 1.36 retrieving revision 1.37 diff -C3 -r1.36 -r1.37 *** httpd.h 1996/07/03 17:19:50 1.36 --- httpd.h 1996/07/03 22:58:45 1.37 *************** *** 238,244 **** * Example: "Apache/1.1b3 MrWidget/0.1-alpha" */ ! #define SERVER_VERSION "Apache/1.1.0" /* 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.2-dev" /* SEE COMMENTS ABOVE */ #define SERVER_PROTOCOL "HTTP/1.0" #define SERVER_SUPPORT "http://www.apache.org/"