Require at least native 1.1.4 version
authormturk <mturk@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 7 Sep 2006 08:36:15 +0000 (08:36 +0000)
committermturk <mturk@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 7 Sep 2006 08:36:15 +0000 (08:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@441022 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/core/AprLifecycleListener.java

index ab81fb2..be5c76e 100644 (file)
@@ -52,7 +52,7 @@ public class AprLifecycleListener
 
     protected static final int REQUIRED_MAJOR = 1;
     protected static final int REQUIRED_MINOR = 1;
-    protected static final int REQUIRED_PATCH = 2;
+    protected static final int REQUIRED_PATCH = 4;
 
 
     // ---------------------------------------------- LifecycleListener Methods