You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by co...@apache.org on 2001/02/13 17:05:33 UTC

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

costin      01/02/13 08:05:32

  Modified:    src/share/org/apache/tomcat/core ContextManager.java
  Log:
  Updated version to Milestone 1
  
  Revision  Changes    Path
  1.168     +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.167
  retrieving revision 1.168
  diff -u -r1.167 -r1.168
  --- ContextManager.java	2001/02/07 07:01:23	1.167
  +++ ContextManager.java	2001/02/13 16:05:31	1.168
  @@ -148,7 +148,7 @@
   public final class ContextManager {
       /** Official name and version
        */
  -    public static final String TOMCAT_VERSION = "3.3 dev";
  +    public static final String TOMCAT_VERSION = "3.3 Milestone 1";
       public static final String TOMCAT_NAME = "Tomcat Web Server";
       
       /** System property used to set the base directory ( tomcat home ).