Mostly last-minute enhancements to the classic theme.

This commit is contained in:
z3d
2009-07-29 14:46:47 +00:00
parent abf2bead33
commit 1d655c7abc
3 changed files with 51 additions and 5 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 = 33;
public final static long BUILD = 34;
/** for example "-test" */
public final static String EXTRA = "-rc";
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;