From owner-apache-cvs@hyperreal.com Mon Jun 10 01:25:35 1996 Received: by taz.hyperreal.com (8.6.12/8.6.5) id BAA08054; Mon, 10 Jun 1996 01:25:35 -0700 Received: by taz.hyperreal.com (8.6.12/8.6.5) id BAA08044; Mon, 10 Jun 1996 01:25:34 -0700 Date: Mon, 10 Jun 1996 01:25:34 -0700 From: Brian Behlendorf Message-Id: <199606100825.BAA08044@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/06/10 01:25:33 Modified: src httpd.h Log: Just updating the server version for release. Revision Changes Path 1.28 +1 -1 apache/src/httpd.h Index: httpd.h =================================================================== RCS file: /export/home/cvs/apache/src/httpd.h,v retrieving revision 1.27 retrieving revision 1.28 diff -C3 -r1.27 -r1.28 *** httpd.h 1996/06/10 02:04:04 1.27 --- httpd.h 1996/06/10 08:25:32 1.28 *************** *** 238,244 **** * Example: "Apache/1.1b3 MrWidget/0.1-alpha" */ ! #define SERVER_VERSION "Apache/1.1b3-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.1b3" /* SEE COMMENTS ABOVE */ #define SERVER_PROTOCOL "HTTP/1.0" #define SERVER_SUPPORT "http://www.apache.org/"