remove add client button

This commit is contained in:
zzz
2014-07-26 19:31:36 +00:00
parent db9f49c7d4
commit 1e0c970c95
2 changed files with 2 additions and 2 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 = 26;
public final static long BUILD = 27;
/** for example "-test" */
public final static String EXTRA = "-rc";