Author: toad
Date: 2006-09-27 23:21:19 +0000 (Wed, 27 Sep 2006)
New Revision: 10530
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
980: Still trying to fix the FCP problem.
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-09-27 23:16:01 UTC (rev
10529)
+++ trunk/freenet/src/freenet/node/Version.java 2006-09-27 23:21:19 UTC (rev
10530)
@@ -21,7 +21,7 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 979;
+ private static final int buildNumber = 980;
/** Oldest build of Fred we will talk to */
private static final int oldLastGoodBuild = 970;