[freenet-cvs] r18965 - trunk/freenet/src/freenet/node

toad at freenetproject.org toad at freenetproject.org
Thu Apr 3 18:31:56 UTC 2008


Author: toad
Date: 2008-04-03 18:31:56 +0000 (Thu, 03 Apr 2008)
New Revision: 18965

Modified:
   trunk/freenet/src/freenet/node/Version.java
Log:
1134: ANOTHER deadlock fix. This one was probably introduced in 1131.

Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java	2008-04-03 18:30:32 UTC (rev 18964)
+++ trunk/freenet/src/freenet/node/Version.java	2008-04-03 18:31:56 UTC (rev 18965)
@@ -24,11 +24,11 @@
 	public static final String protocolVersion = "1.0";
 
 	/** The build number of the current revision */
-	private static final int buildNumber = 1133;
+	private static final int buildNumber = 1134;
 
 	/** Oldest build of Fred we will talk to */
 	private static final int oldLastGoodBuild = 1131;
-	private static final int newLastGoodBuild = 1133;
+	private static final int newLastGoodBuild = 1134;
 	static final long transitionTime;
 	
 	static {




More information about the cvs mailing list