Author: toad
Date: 2006-08-22 16:14:04 +0000 (Tue, 22 Aug 2006)
New Revision: 10235
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
Deploy 10234's fix for a common cause of node death
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-08-22 16:10:56 UTC (rev
10234)
+++ trunk/freenet/src/freenet/node/Version.java 2006-08-22 16:14:04 UTC (rev
10235)
@@ -21,7 +21,7 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 950;
+ private static final int buildNumber = 951;
/** Oldest build of Fred we will talk to */
private static final int oldLastGoodBuild = 944;