Author: toad
Date: 2008-11-27 22:37:45 +0000 (Thu, 27 Nov 2008)
New Revision: 23925
Modified:
trunk/freenet/src/freenet/node/NodeStarter.java
Log:
Introduce REQUIRED_EXT_BUILD_NUMBER.
Document that and RECOMMENDED_EXT_BUILD_NUMBER.
Modified: trunk/freenet/src/freenet/node/NodeStarter.java
===================================================================
--- trunk/freenet/src/freenet/node/NodeStarter.java 2008-11-27 22:37:29 UTC
(rev 23924)
+++ trunk/freenet/src/freenet/node/NodeStarter.java 2008-11-27 22:37:45 UTC
(rev 23925)
@@ -33,6 +33,11 @@
private Node node;
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;
+ /** 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. */
public final static int RECOMMENDED_EXT_BUILD_NUMBER = 26;
/*
(File.separatorChar == '\\') &&
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs