- At the moment, I prefer version 1.1.3.
authorremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 17 Oct 2006 00:52:16 +0000 (00:52 +0000)
committerremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 17 Oct 2006 00:52:16 +0000 (00:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@464761 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/core/AprLifecycleListener.java
res/tomcat.nsi

index a456fe8..4292091 100644 (file)
@@ -53,7 +53,7 @@ public class AprLifecycleListener
     protected static final int REQUIRED_MAJOR = 1;
     protected static final int REQUIRED_MINOR = 1;
     protected static final int REQUIRED_PATCH = 3;
-    protected static final int RECOMMENDED_PV = 4;
+    protected static final int RECOMMENDED_PV = 6;
 
 
     // ---------------------------------------------- LifecycleListener Methods
index bde76cb..4eb1b54 100644 (file)
@@ -191,11 +191,11 @@ Section "Native" SecTomcatNative
 \r
   SectionIn 3\r
 \r
-  NSISdl::download /TIMEOUT=30000 http://tomcat.heanet.ie/native/1.1.4/binaries/win32/tcnative-1.dll $INSTDIR\bin\tcnative-1.dll\r
+  NSISdl::download /TIMEOUT=30000 http://tomcat.heanet.ie/native/1.1.3/binaries/win32/tcnative-1.dll $INSTDIR\bin\tcnative-1.dll\r
   Pop $0\r
   StrCmp $0 success success\r
     SetDetailsView show\r
-    DetailPrint "download failed from http://tomcat.heanet.ie/native/1.1.4/binaries/win32/tcnative-1.dll: $0"\r
+    DetailPrint "download failed from http://tomcat.heanet.ie/native/1.1.3/binaries/win32/tcnative-1.dll: $0"\r
   success:\r
 \r
   ClearErrors\r