git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@992981 13f79535-47bb-0310...
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 6 Sep 2010 09:23:16 +0000 (09:23 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 6 Sep 2010 09:23:16 +0000 (09:23 +0000)
java/org/apache/catalina/util/ServerInfo.java
webapps/docs/changelog.xml

index 0aa1c38..348a13e 100644 (file)
@@ -67,11 +67,11 @@ public class ServerInfo {
             //Ignore
         }
         if (serverInfo == null)
-            serverInfo = "Apache Tomcat";
+            serverInfo = "Apache Tomcat 7.0.x-dev";
         if (serverBuilt == null)
             serverBuilt = "unknown";
         if (serverNumber == null)
-            serverNumber = "5.5.0.0";
+            serverNumber = "7.0.x";
         
     }
 
index fe3d64b..551d5e9 100644 (file)
         in log messages rather than throwing an
         <code>UnsupportedOperationException</code>. (markt)
       </fix>
+      <fix>
+        Update the version numbers in ServerInfo defaults to Tomact 7.0.x.
+        (markt) 
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Coyote">