Return-Path: Delivered-To: apache-cvs-archive@hyperreal.org Received: (qmail 7194 invoked by uid 6000); 19 Feb 1998 07:50:37 -0000 Received: (qmail 7188 invoked by alias); 19 Feb 1998 07:50:36 -0000 Delivered-To: apache-1.2-cvs@hyperreal.org Received: (qmail 7186 invoked by uid 143); 19 Feb 1998 07:50:36 -0000 Date: 19 Feb 1998 07:50:36 -0000 Message-ID: <19980219075036.7185.qmail@hyperreal.org> From: dgaudet@hyperreal.org To: apache-1.2-cvs@hyperreal.org Subject: cvs commit: apache-1.2/src httpd.h Sender: apache-cvs-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org dgaudet 98/02/18 23:50:35 Modified: src httpd.h Log: rolled Revision Changes Path 1.114 +2 -2 apache-1.2/src/httpd.h Index: httpd.h =================================================================== RCS file: /export/home/cvs/apache-1.2/src/httpd.h,v retrieving revision 1.113 retrieving revision 1.114 diff -u -r1.113 -r1.114 --- httpd.h 1998/02/19 07:42:59 1.113 +++ httpd.h 1998/02/19 07:50:35 1.114 @@ -274,7 +274,7 @@ * Example: "Apache/1.1.0 MrWidget/0.1-alpha" */ -#define SERVER_BASEVERSION "Apache/1.2.6" /* SEE COMMENTS ABOVE */ +#define SERVER_BASEVERSION "Apache/1.2.7-dev" /* SEE COMMENTS ABOVE */ #ifdef SERVER_SUBVERSION #define SERVER_VERSION SERVER_BASEVERSION " " SERVER_SUBVERSION #else @@ -284,7 +284,7 @@ /* Numeric release version identifier: major minor bugfix betaseq * Always increases along the same track as the source branch. */ -#define APACHE_RELEASE 1020600 +#define APACHE_RELEASE 1020601 #define SERVER_PROTOCOL "HTTP/1.1" #define SERVER_SUPPORT "http://www.apache.org/"