Console: Sort addresses in RIs, remove note about O cap

This commit is contained in:
zzz
2018-10-06 13:25:22 +00:00
parent e528775768
commit 960636c6bf
4 changed files with 32 additions and 4 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 = 0;
public final static long BUILD = 1;
/** for example "-test" */
public final static String EXTRA = "";