Author: toad
Date: 2006-03-29 20:24:57 +0000 (Wed, 29 Mar 2006)
New Revision: 8357
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
587: Make changes mandatory (sorry folks, there are connection issues...)
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-03-29 20:20:16 UTC (rev
8356)
+++ trunk/freenet/src/freenet/node/Version.java 2006-03-29 20:24:57 UTC (rev
8357)
@@ -20,10 +20,10 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 586;
+ private static final int buildNumber = 587;
/** Oldest build of Fred we will talk to */
- private static final int lastGoodBuild = 555;
+ private static final int lastGoodBuild = 587;
public static final int buildNumber() {
return buildNumber;