Return-Path: Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 31996 invoked by uid 500); 24 Sep 2000 23:43:56 -0000 Delivered-To: apmail-jakarta-tomcat-4.0-cvs@apache.org Received: (qmail 31992 invoked by uid 1059); 24 Sep 2000 23:43:55 -0000 Date: 24 Sep 2000 23:43:55 -0000 Message-ID: <20000924234355.31991.qmail@locus.apache.org> From: craigmcc@locus.apache.org To: jakarta-tomcat-4.0-cvs@apache.org Subject: cvs commit: jakarta-tomcat-4.0/webapps/ROOT index.html craigmcc 00/09/24 16:43:55 Modified: catalina/src/share/org/apache/catalina Globals.java webapps/ROOT index.html Log: Update version number to 4.0-m1 for milestone release. Revision Changes Path 1.5 +5 -5 jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/Globals.java Index: Globals.java =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/Globals.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- Globals.java 2000/09/09 03:20:48 1.4 +++ Globals.java 2000/09/24 23:43:54 1.5 @@ -1,7 +1,7 @@ /* - * $Header: /home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/Globals.java,v 1.4 2000/09/09 03:20:48 craigmcc Exp $ - * $Revision: 1.4 $ - * $Date: 2000/09/09 03:20:48 $ + * $Header: /home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/Globals.java,v 1.5 2000/09/24 23:43:54 craigmcc Exp $ + * $Revision: 1.5 $ + * $Date: 2000/09/24 23:43:54 $ * * ==================================================================== * @@ -69,7 +69,7 @@ * Global constants that are applicable to multiple packages within Catalina. * * @author Craig R. McClanahan - * @version $Revision: 1.4 $ $Date: 2000/09/09 03:20:48 $ + * @version $Revision: 1.5 $ $Date: 2000/09/24 23:43:54 $ */ public final class Globals { @@ -120,7 +120,7 @@ /** * The descriptive information about this server and version. */ - public static final String SERVER_INFO = "Apache Tomcat 4.0-dev"; + public static final String SERVER_INFO = "Apache Tomcat (v4.0-m1)"; 1.3 +2 -2 jakarta-tomcat-4.0/webapps/ROOT/index.html Index: index.html =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/ROOT/index.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- index.html 2000/08/31 19:09:06 1.2 +++ index.html 2000/09/24 23:43:55 1.3 @@ -4,13 +4,13 @@ -Tomcat v4.0 dev +Tomcat (v4.0-m1) Tomcat
Version -4.0 dev +4.0-m1

This is the default Tomcat home page. This page serves as a quick reference guide to related resources and is located at: