DataHelper: Minor efficiency improvements in Properties methods

This commit is contained in:
zzz
2018-12-02 15:21:30 +00:00
parent 7c928f99ea
commit e6912453e0
3 changed files with 22 additions and 10 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 = 6;
public final static long BUILD = 7;
/** for example "-test" */
public final static String EXTRA = "";