Console: Move LS debug display back to the bottom,

can't work at the top as we don't have the data.
This commit is contained in:
zzz
2018-02-01 15:12:29 +00:00
parent 38da5cd4e8
commit ce484f2eb8
3 changed files with 25 additions and 18 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 = "";