diff --git a/history.txt b/history.txt index 568ac36ea..7248cb176 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,8 @@ +2014-01-04 zzz + * Peermanager: Disable small same-country bonus + * Tunnels: Change client default to 3 hops in router; + change expl. default to 2+0 IB and 2 + 0-1 OB + 2014-01-04 dg * Streaming: Move streaming to new package (ticket #1135) diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index 0725033fa..f6e6df3a5 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 = 3; + public final static long BUILD = 4; /** for example "-test" */ public final static String EXTRA = "";