Make light the default theme

This commit is contained in:
zzz
2009-07-15 22:56:53 +00:00
parent 29f13868b7
commit 53a68ff5a3
5 changed files with 11 additions and 12 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 = 11;
public final static long BUILD = 12;
/** for example "-test" */
public final static String EXTRA = "";
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;