This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new dab8bc1 Update version info dab8bc1 is described below commit dab8bc11b96c6ba9021e73edce402fa6c97c34e3 Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon May 24 12:25:59 2021 +0100 Update version info --- java/org/apache/catalina/core/Constants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/catalina/core/Constants.java b/java/org/apache/catalina/core/Constants.java index 6d6f80e..89affe4 100644 --- a/java/org/apache/catalina/core/Constants.java +++ b/java/org/apache/catalina/core/Constants.java @@ -20,7 +20,7 @@ public class Constants { public static final String Package = "org.apache.catalina.core"; public static final int MAJOR_VERSION = 5; - public static final int MINOR_VERSION = 0; + public static final int MINOR_VERSION = 1; public static final String JSP_SERVLET_CLASS = "org.apache.jasper.servlet.JspServlet"; } --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org