Add "midnight" theme to the installer manifest; bump to -14.

This commit is contained in:
z3d
2009-11-09 18:00:08 +00:00
parent f0730cd1c8
commit 580b9b450f
3 changed files with 9 additions and 1 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 = 13;
public final static long BUILD = 14;
/** for example "-test" */
public final static String EXTRA = "";
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;