From 5fcddd581e5c74dafebbb182bb773ba6f635d513 Mon Sep 17 00:00:00 2001 From: sponge Date: Sat, 2 Jan 2010 22:58:50 +0000 Subject: [PATCH] Fix one last stupid mistake in build.xml, my fault. --- apps/BOB/build.xml | 2 +- history.txt | 3 +++ router/java/src/net/i2p/router/RouterVersion.java | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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;