Bumped router to -21 for previous commit

This commit is contained in:
str4d
2012-10-25 02:51:18 +00:00
parent 7a4430856d
commit 804f0294bb

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