More UI layout enhancements to the config pages.

This commit is contained in:
z3d
2009-08-01 03:28:42 +00:00
parent 1afd946a94
commit 65ae26a961
7 changed files with 32 additions and 33 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 = 03;
public final static long BUILD = 04;
/** for example "-test" */
public final static String EXTRA = "";
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;