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

@ -346,6 +346,10 @@
<!-- Add light theme -->
<copy todir="pkg-temp/docs/themes/console/light/" >
<fileset dir="installer/resources/themes/console/light/" />
</copy>
<!-- Add midnight theme -->
<copy todir="pkg-temp/docs/themes/console/midnight/" >
<fileset dir="installer/resources/themes/console/midnight/" />
</copy>
<!-- Add shared images.. these are subject to flux and change! -->
<copy todir="pkg-temp/docs/themes/console/images/" >

View File

@ -1,3 +1,7 @@
2009-11-09
* New midnight blue lightweight theme; supports IE and provisions its own console_big.css
* Streamlining and honing of console_big.css
2009-11-08 zzz
* Console:
- countries.txt: Convert to mixed case, include in update

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;