add update host

This commit is contained in:
zzz
2011-05-13 21:04:58 +00:00
parent ffa9ea9cd2
commit 9f7cc9d887
3 changed files with 4 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 = 4;
public final static long BUILD = 5;
/** for example "-test" */
public final static String EXTRA = "-rc";