This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push: new a30e868 Version update a30e868 is described below commit a30e86854bf10b22b8974c75fd87fa1cb3856639 Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Jan 15 17:28:20 2020 +0000 Version update --- java/org/apache/catalina/util/ServerInfo.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java/org/apache/catalina/util/ServerInfo.java b/java/org/apache/catalina/util/ServerInfo.java index a70b5bf..c480b35 100644 --- a/java/org/apache/catalina/util/ServerInfo.java +++ b/java/org/apache/catalina/util/ServerInfo.java @@ -69,11 +69,11 @@ public class ServerInfo { ExceptionUtils.handleThrowable(t); } if (info == null || info.equals("Apache Tomcat/@VERSION@")) - info = "Apache Tomcat/9.0.x-dev"; + info = "Apache Tomcat/10.0.x-dev"; if (built == null || built.equals("@VERSION_BUILT@")) built = "unknown"; if (number == null || number.equals("@VERSION_NUMBER@")) - number = "9.0.x"; + number = "10.0.x"; serverInfo = info; serverBuilt = built; --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org