From 580b9b450f18b802a008df995b7c5b41be130063 Mon Sep 17 00:00:00 2001 From: z3d Date: Mon, 9 Nov 2009 18:00:08 +0000 Subject: [PATCH] Add "midnight" theme to the installer manifest; bump to -14. --- build.xml | 4 ++++ history.txt | 4 ++++ router/java/src/net/i2p/router/RouterVersion.java | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index bf7fe5676..d6af47fdd 100644 --- a/build.xml +++ b/build.xml @@ -347,6 +347,10 @@ + + + + diff --git a/history.txt b/history.txt index b76f3f063..27aa43127 100644 --- a/history.txt +++ b/history.txt @@ -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 diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index 983dd2f06..8c1e82035 100644 --- a/router/java/src/net/i2p/router/RouterVersion.java +++ b/router/java/src/net/i2p/router/RouterVersion.java @@ -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;