Received: by taz.hyperreal.com (8.6.12/8.6.5) id NAA13286; Mon, 1 Jul 1996 13:12:27 -0700 Received: by taz.hyperreal.com (8.6.12/8.6.5) id NAA13278; Mon, 1 Jul 1996 13:12:25 -0700 Date: Mon, 1 Jul 1996 13:12:25 -0700 From: Brian Behlendorf Message-Id: <199607012012.NAA13278@taz.hyperreal.com> To: apache-cvs@hyperreal.com Subject: cvs commit: apache/src httpd.h Sender: owner-apache-cvs@apache.org Precedence: bulk brian 96/07/01 13:12:25 Modified: src httpd.h Log: prepare for 1.1b5 release. Revision Changes Path 1.35 +1 -1 apache/src/httpd.h Index: httpd.h =================================================================== RCS file: /export/home/cvs/apache/src/httpd.h,v retrieving revision 1.34 retrieving revision 1.35 diff -C3 -r1.34 -r1.35 *** httpd.h 1996/06/17 21:38:21 1.34 --- httpd.h 1996/07/01 20:12:23 1.35 *************** *** 238,244 **** * Example: "Apache/1.1b3 MrWidget/0.1-alpha" */ ! #define SERVER_VERSION "Apache/1.1b5-dev" /* 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.1b5" /* SEE COMMENTS ABOVE */ #define SERVER_PROTOCOL "HTTP/1.0" #define SERVER_SUPPORT "http://www.apache.org/"