From 7b7a590e219fa9bf8402b20f8b64a0722e4fb19c Mon Sep 17 00:00:00 2001 From: z3d Date: Sat, 11 Jul 2009 21:07:02 +0000 Subject: [PATCH] Version bump to 0.7.5-6. --- history.txt | 8 +++++++- router/java/src/net/i2p/router/RouterVersion.java | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/history.txt b/history.txt index ab69419fd..f66851372 100644 --- a/history.txt +++ b/history.txt @@ -1,4 +1,10 @@ -2009-07-07 dr|z3d +2009-07-11 dr|z3d + * More enhancements to the router console, consolidation of the + light and dark themes. + - Apply new themes with routerconsole.theme=light/dark/classic + added to advanced config. + +2009-07-07 dr|z3d * Introducing 2 new console themes (light & dark), in addition to changes to the console navigation; navbar now resides in the sidepanel and other stuff besides. More to follow! diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index b54d1de4b..5a4225cae 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 = 5; + public final static long BUILD = 6; /** for example "-test" */ public final static String EXTRA = ""; public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;