Author: toad
Date: 2006-12-11 19:17:15 +0000 (Mon, 11 Dec 2006)
New Revision: 11342

Modified:
   trunk/freenet/src/freenet/node/NodeStarter.java
Log:
Tell node to update to freenet-ext.jar build #9.

Modified: trunk/freenet/src/freenet/node/NodeStarter.java
===================================================================
--- trunk/freenet/src/freenet/node/NodeStarter.java     2006-12-11 00:26:22 UTC 
(rev 11341)
+++ trunk/freenet/src/freenet/node/NodeStarter.java     2006-12-11 19:17:15 UTC 
(rev 11342)
@@ -32,7 +32,7 @@
     private Node node;
        static LoggingConfigHandler logConfigHandler;
        //TODO: cleanup
-       public static int RECOMMENDED_EXT_BUILD_NUMBER = 7;
+       public static int RECOMMENDED_EXT_BUILD_NUMBER = 9;
        /*
                (File.separatorChar == '\\') &&
                
(System.getProperty("os.arch").toLowerCase().matches("(i?[x0-9]86_64|amd64)")) 
? 6 : 2;


Reply via email to