Author: toad
Date: 2008-04-10 15:59:17 +0000 (Thu, 10 Apr 2008)
New Revision: 19147
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
1137: An extra check for 1136. With 1136 it may have been possible to cause the
node to crash with a bogus splitfile.
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2008-04-10 15:58:24 UTC (rev
19146)
+++ trunk/freenet/src/freenet/node/Version.java 2008-04-10 15:59:17 UTC (rev
19147)
@@ -24,7 +24,7 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 1136;
+ private static final int buildNumber = 1137;
/** Oldest build of Fred we will talk to */
private static final int oldLastGoodBuild = 1135;