Author: toad
Date: 2008-11-28 20:49:10 +0000 (Fri, 28 Nov 2008)
New Revision: 23962

Modified:
   trunk/freenet/src/freenet/node/NodeStarter.java
Log:
24 is sufficient


Modified: trunk/freenet/src/freenet/node/NodeStarter.java
===================================================================
--- trunk/freenet/src/freenet/node/NodeStarter.java     2008-11-28 20:06:34 UTC 
(rev 23961)
+++ trunk/freenet/src/freenet/node/NodeStarter.java     2008-11-28 20:49:10 UTC 
(rev 23962)
@@ -35,7 +35,7 @@
        private static LoggingConfigHandler logConfigHandler;
        /** Freenet will not function at all without at least this build of 
freenet-ext.jar. 
         * This will be included in the jar manifest file so we can check it 
when we download new builds. */
-       public final static int REQUIRED_EXT_BUILD_NUMBER = 25;
+       public final static int REQUIRED_EXT_BUILD_NUMBER = 24;
        /** Freenet will function best with this build of freenet-ext.jar. 
         * It may be required in the near future. The node will try to download 
it. 
         * The node will not update to a later ext version than this, because 
that might be incompatible. */

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to