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;