Util: Number formatting tweaks (ticket #1913)

This commit is contained in:
zzz
2018-02-11 20:59:58 +00:00
parent 31719d30cf
commit f13f4fcb6e
3 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 = 3;
public final static long BUILD = 4;
/** for example "-test" */
public final static String EXTRA = "";