Console: Update ARM warning (ticket #2368), remove Java 11 warning

This commit is contained in:
zzz
2018-12-24 13:24:58 +00:00
parent 0474876b58
commit 47629bf2cf
3 changed files with 15 additions and 9 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 = "";