Author: toad
Date: 2006-05-29 20:45:41 +0000 (Mon, 29 May 2006)
New Revision: 8934
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
752: Make recent changes mandatory. Network reset due to fixing a variety of
bugs which caused backoff. Thanks go to Zothar, MRogers, and Nextgens.
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-05-29 20:26:22 UTC (rev
8933)
+++ trunk/freenet/src/freenet/node/Version.java 2006-05-29 20:45:41 UTC (rev
8934)
@@ -18,10 +18,10 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 751;
+ private static final int buildNumber = 752;
/** Oldest build of Fred we will talk to */
- private static final int lastGoodBuild = 732;
+ private static final int lastGoodBuild = 752;
public static final int buildNumber() {
return buildNumber;