client/server icon selection, history for triple prop, -11

This commit is contained in:
zzz
2009-08-11 16:22:43 +00:00
parent 631a367b1c
commit b10b0e8f57
3 changed files with 46 additions and 4 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 = 10;
public final static long BUILD = 11;
/** for example "-test" */
public final static String EXTRA = "";
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;