Author: toad
Date: 2005-11-24 20:57:50 +0000 (Thu, 24 Nov 2005)
New Revision: 7586
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
206:
Avoid confusion. Mandatory build for 20 threads insert.
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2005-11-24 20:57:14 UTC (rev
7585)
+++ trunk/freenet/src/freenet/node/Version.java 2005-11-24 20:57:50 UTC (rev
7586)
@@ -23,7 +23,7 @@
public static final int buildNumber = 206;
/** Oldest build of Fred we will talk to */
- public static final int lastGoodBuild = 205;
+ public static final int lastGoodBuild = 206;
/** The highest reported build of fred */
public static int highestSeenBuild = buildNumber;