Author: toad
Date: 2006-11-12 03:58:22 +0000 (Sun, 12 Nov 2006)
New Revision: 10902
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
996: Fix deadlock in 995.
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-11-12 03:57:31 UTC (rev
10901)
+++ trunk/freenet/src/freenet/node/Version.java 2006-11-12 03:58:22 UTC (rev
10902)
@@ -24,7 +24,7 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 995;
+ private static final int buildNumber = 996;
/** Oldest build of Fred we will talk to */
private static final int oldLastGoodBuild = 978;