You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by la...@apache.org on 2001/05/15 15:07:04 UTC

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core ContextManager.java

larryi      01/05/15 06:07:04

  Modified:    src/share/org/apache/tomcat/core ContextManager.java
  Log:
  Update for Milestone 3
  
  Revision  Changes    Path
  1.178     +1 -1      jakarta-tomcat/src/share/org/apache/tomcat/core/ContextManager.java
  
  Index: ContextManager.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/core/ContextManager.java,v
  retrieving revision 1.177
  retrieving revision 1.178
  diff -u -r1.177 -r1.178
  --- ContextManager.java	2001/04/21 18:36:07	1.177
  +++ ContextManager.java	2001/05/15 13:06:59	1.178
  @@ -148,7 +148,7 @@
   public final class ContextManager {
       /** Official name and version
        */
  -    public static final String TOMCAT_VERSION = "3.3 Milestone 2";
  +    public static final String TOMCAT_VERSION = "3.3 Milestone 3";
       public static final String TOMCAT_NAME = "Tomcat Web Server";
       
       /** System property used to set the base directory ( tomcat home ).