* Streaming: Fix P521 and RSA sig types

This commit is contained in:
zzz
2014-08-27 22:43:44 +00:00
parent 387629372b
commit 588ab86abb
3 changed files with 14 additions and 5 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 = 10;
public final static long BUILD = 11;
/** for example "-test" */
public final static String EXTRA = "";