diff --git a/apps/BOB/build.xml b/apps/BOB/build.xml index ee13eafc8..aa22e12ee 100644 --- a/apps/BOB/build.xml +++ b/apps/BOB/build.xml @@ -71,7 +71,7 @@ nbproject/build-impl.xml file. --> - + diff --git a/history.txt b/history.txt index 1c36b24cf..f91e5da20 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,6 @@ +2010-01-02 sponge + * Fix one last stupid mistake in build.xml, my fault. + 2010-01-02 sponge * Fix NB 6.8 goofyness... 'till ant 1.7.1 or > is needed, stay with NB 6.5, as the newer ones place a check for 1.7.1. We require 1.7.0 diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index 6d9b6bc65..ac1036698 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 = 15; + public final static long BUILD = 16; /** for example "-test" */ public final static String EXTRA = ""; public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;