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

toad at freenetproject.org toad at freenetproject.org
Tue Mar 6 03:07:16 UTC 2007


Author: toad
Date: 2007-03-06 03:07:15 +0000 (Tue, 06 Mar 2007)
New Revision: 11993

Modified:
   trunk/freenet/src/freenet/node/Version.java
Log:
1018:
Fix stupid bug
Add a minimum value for MTU
Optimisation for node locations code

Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java	2007-03-06 03:01:26 UTC (rev 11992)
+++ trunk/freenet/src/freenet/node/Version.java	2007-03-06 03:07:15 UTC (rev 11993)
@@ -24,7 +24,7 @@
 	public static final String protocolVersion = "1.0";
 
 	/** The build number of the current revision */
-	private static final int buildNumber = 1017;
+	private static final int buildNumber = 1018;
 
 	/** Oldest build of Fred we will talk to */
 	private static final int oldLastGoodBuild = 1010;




More information about the cvs mailing list