* Improvement to BOB's TCPio to hopefully lower load average. It seems

to be helping a little when stress-tested with Robert.
This commit is contained in:
sponge
2009-11-28 13:53:34 +00:00
parent 6371f66677
commit 0642fa8093
5 changed files with 12 additions and 7 deletions

View File

@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Monotone";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 21;
public final static long BUILD = 22;
/** for example "-test" */
public final static String EXTRA = "";
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;