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

toad at freenetproject.org toad at freenetproject.org
Thu Aug 9 19:14:13 UTC 2007


Author: toad
Date: 2007-08-09 19:14:12 +0000 (Thu, 09 Aug 2007)
New Revision: 14570

Modified:
   trunk/freenet/src/freenet/node/Version.java
Log:
1052:
- Further fix to load stats (clear the averager if the old value was NaN on startup)
- 15kB/sec default bandwidth usage in first time wizard, NOT 15B/sec

Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java	2007-08-09 19:10:41 UTC (rev 14569)
+++ trunk/freenet/src/freenet/node/Version.java	2007-08-09 19:14:12 UTC (rev 14570)
@@ -24,7 +24,7 @@
 	public static final String protocolVersion = "1.0";
 
 	/** The build number of the current revision */
-	private static final int buildNumber = 1051;
+	private static final int buildNumber = 1052;
 
 	/** Oldest build of Fred we will talk to */
 	private static final int oldLastGoodBuild = 1049;




More information about the cvs mailing list