diff --git a/history.txt b/history.txt index 4f369f0ba..d760a03fe 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,9 @@ +2009-08-11 dr|z3d + * Extensive sidepanel overhaul + - Ensure all sidepanel headings link to pertinent pages + - First stage of enhanced Local Destinations sub-panel presentation + - Move Configuration, Help, and I2PTunnel manager links to headings + 2009-08-07 dr|z3d * summarynoframe.jsp - Main content now tabulated for better presentation diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index f47a425fd..1440f81c0 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 = 9; + public final static long BUILD = 10; /** for example "-test" */ public final static String EXTRA = ""; public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;