* BOB early session destroy to speed up tunnel tare-down.

This commit is contained in:
sponge
2010-04-16 19:38:40 +00:00
parent ecbc0a2a2d
commit 2415c5a38b
5 changed files with 20 additions and 3 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 = 11;
public final static long BUILD = 12;
/** for example "-test" */
public final static String EXTRA = "-rc";