* Streaming: Fix verify of Ed25519 signatures in CLOSE packets

- cleanup writtenSize()
This commit is contained in:
zzz
2014-08-28 13:57:52 +00:00
parent 588ab86abb
commit f6e508ca14
3 changed files with 45 additions and 16 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 = "";