Author: toad
Date: 2008-05-07 00:59:57 +0000 (Wed, 07 May 2008)
New Revision: 19810
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
1147:
- Rename SSK throttled data send thread so they show up as a count on the stats
page.
- Fix detection of safari (we turn off activelinks).
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2008-05-06 22:04:25 UTC (rev
19809)
+++ trunk/freenet/src/freenet/node/Version.java 2008-05-07 00:59:57 UTC (rev
19810)
@@ -24,7 +24,7 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 1146;
+ private static final int buildNumber = 1147;
/** Oldest build of Fred we will talk to */
private static final int oldLastGoodBuild = 1145;