Extensive overhaul of the classic theme; css hacks for IE!

This commit is contained in:
z3d
2009-08-03 13:24:55 +00:00
parent c7c132c0ac
commit 460c8a319f
4 changed files with 138 additions and 47 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 = 06;
public final static long BUILD = 07;
/** for example "-test" */
public final static String EXTRA = "";
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;