fix reversions after merge

This commit is contained in:
zzz
2011-03-02 18:31:48 +00:00
parent 9030b64dc8
commit b2d4a799d5
4 changed files with 5 additions and 5 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 = 1;
public final static long BUILD = 2;
/** for example "-test" */
public final static String EXTRA = "";