Author: nextgens
Date: 2006-05-11 20:45:13 +0000 (Thu, 11 May 2006)
New Revision: 8669
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
693: disable ARK inserting for now
Toad may you fix the loop ?
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-05-11 20:38:05 UTC (rev
8668)
+++ trunk/freenet/src/freenet/node/Version.java 2006-05-11 20:45:13 UTC (rev
8669)
@@ -20,7 +20,7 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 692;
+ private static final int buildNumber = 693;
/** Oldest build of Fred we will talk to */
private static final int lastGoodBuild = 591;