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

toad at freenetproject.org toad at freenetproject.org
Thu Apr 3 18:24:41 UTC 2008


Author: toad
Date: 2008-04-03 18:24:41 +0000 (Thu, 03 Apr 2008)
New Revision: 18963

Modified:
   trunk/freenet/src/freenet/node/Version.java
Log:
1133: Fix a deadlock introduced in 1132. Also update FMS freesite edition (tommy).

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




More information about the cvs mailing list