handle numeric private value in metainfo

This commit is contained in:
zzz
2013-11-11 23:24:14 +00:00
parent 1b95a03d2e
commit 76078deb3f
2 changed files with 11 additions and 2 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 = 24;
public final static long BUILD = 25;
/** for example "-test" */
public final static String EXTRA = "";