Author: nextgens
Date: 2008-08-18 15:37:31 +0000 (Mon, 18 Aug 2008)
New Revision: 22011
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
1158: Mandatory on the 20th.
Fix a classcast exception... and a few other minor things.
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2008-08-18 15:14:19 UTC (rev
22010)
+++ trunk/freenet/src/freenet/node/Version.java 2008-08-18 15:37:31 UTC (rev
22011)
@@ -24,11 +24,11 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 1157;
+ private static final int buildNumber = 1158;
/** Oldest build of Fred we will talk to */
private static final int oldLastGoodBuild = 1155;
- private static final int newLastGoodBuild = 1157;
+ private static final int newLastGoodBuild = 1158;
static final long transitionTime;
static {