BOB: Implement ClientApp interface (ticket #347)

This commit is contained in:
str4d
2014-01-10 21:11:55 +00:00
parent eb4bdfcefb
commit 32b095efbd
3 changed files with 285 additions and 116 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 = 5;
public final static long BUILD = 6;
/** for example "-test" */
public final static String EXTRA = "";