Author: toad
Date: 2006-05-29 20:56:45 +0000 (Mon, 29 May 2006)
New Revision: 8936
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
753: Sorry, needed to have Zothar's revert of the backoff limiting hack first.
Now we can move forward.
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-05-29 20:55:38 UTC (rev
8935)
+++ trunk/freenet/src/freenet/node/Version.java 2006-05-29 20:56:45 UTC (rev
8936)
@@ -18,10 +18,10 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 752;
+ private static final int buildNumber = 753;
/** Oldest build of Fred we will talk to */
- private static final int lastGoodBuild = 752;
+ private static final int lastGoodBuild = 753;
public static final int buildNumber() {
return buildNumber;