This commit is contained in:
zzz
2011-11-09 23:31:25 +00:00
parent 5b5c39bf45
commit f9c3d58b47
2 changed files with 8 additions and 1 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 = 0;
public final static long BUILD = 1;
/** for example "-test" */
public final static String EXTRA = "";