diff --git a/history.txt b/history.txt index 04e9e58e7..7c3f8e253 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,7 @@ +2011-03-22 zzz + * Handle GNU JRE returning Long.MAX_VALUE for max memory + * i2ptunnel: HTML fixes + 2011-03-20 zzz * Console: Remove cache directives * i2psnark: Fix peers stuck at uninteresting after metainfo fetch diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index fecba78d6..a6204817e 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 = 7; + public final static long BUILD = 8; /** for example "-test" */ public final static String EXTRA = "";