Author: toad
Date: 2008-02-26 16:47:09 +0000 (Tue, 26 Feb 2008)
New Revision: 18168
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
1114:
- On Linux, the node would complain about too few priority levels, even with
the default nice level of 15.
- Remove unnecessary yield()'s: maybe fix splitfile hangs?
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2008-02-26 16:13:17 UTC (rev
18167)
+++ trunk/freenet/src/freenet/node/Version.java 2008-02-26 16:47:09 UTC (rev
18168)
@@ -24,7 +24,7 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 1113;
+ private static final int buildNumber = 1114;
/** Oldest build of Fred we will talk to */
private static final int oldLastGoodBuild = 1112;