You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by cr...@locus.apache.org on 2000/09/25 01:43:55 UTC

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 @@
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta name="GENERATOR" content="Mozilla/4.72 [en] (WinNT; U) [Netscape]">
   <meta name="Author" content="Anil K. Vijendran">
  -<title>Tomcat v4.0 dev</title>
  +<title>Tomcat (v4.0-m1)</title>
   </head>
   <body bgcolor="#FFFFFF">
   <img SRC="tomcat.gif" height=92 width=130 align=LEFT><b><font face="Arial, Helvetica, sans-serif"><font size=+3>Tomcat</font></font></b> 
   <br>
   <b><font face="Arial, Helvetica, sans-serif"><font size=-1>Version
  -4.0 dev</font></font></b>
  +4.0-m1</font></font></b>
   <p>This is the default Tomcat home page. This page serves as a quick reference
   guide to related resources and is located at:
   <ul>