version number fix

This commit is contained in:
kytv
2014-02-06 18:50:54 +00:00
parent 388019249d
commit 8ef3bb3d82

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-rc;
public final static long BUILD = 10;
/** for example "-test" */
public final static String EXTRA = "-rc";