diff --git a/history.txt b/history.txt index 62a3e76e70..57a905e8c7 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,12 @@ +2010-11-28 zzz + * Build: Move all dependencies to top-level build.xml, + so each sub-build.xml is only executed once + * i2psnark: + - Fix NPE and other partials bugs + - More extension message stubbing + - Log tweaks + * I2PTunnel: Deprecate destFromName() + 2010-11-27 zzz * Build: - Add man pages to package diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index e36cd3b143..7f4edb9752 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 = 12; + public final static long BUILD = 13; /** for example "-test" */ public final static String EXTRA = "";