Help page tweaks, css fiddlery, and a version bump to -10!

This commit is contained in:
z3d
2009-07-14 01:22:03 +00:00
parent e5e7f01e84
commit cb6dce4e03
4 changed files with 28 additions and 22 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 = 9;
public final static long BUILD = 10;
/** for example "-test" */
public final static String EXTRA = "";
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;