bump build to -8-rc

This commit is contained in:
kytv
2015-09-11 00:54:45 +00:00
parent fa792a9d5e
commit 157d494dee

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