From 85b345052585836770d0ef4eb087117f567d4d93 Mon Sep 17 00:00:00 2001 From: jrandom Date: Fri, 25 Mar 2005 04:07:05 +0000 Subject: [PATCH] 2005-03-25 jrandom * Fixed up building dependencies for the routerconsole on some more aggressive compilers (thanks polecat!) --- apps/routerconsole/java/build.xml | 5 +++++ history.txt | 6 +++++- router/java/src/net/i2p/router/RouterVersion.java | 4 ++-- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/apps/routerconsole/java/build.xml b/apps/routerconsole/java/build.xml index 3817e2dce..00793a8dc 100644 --- a/apps/routerconsole/java/build.xml +++ b/apps/routerconsole/java/build.xml @@ -82,7 +82,12 @@ + + + + + diff --git a/history.txt b/history.txt index 6ac5959a9..2d7017bec 100644 --- a/history.txt +++ b/history.txt @@ -1,4 +1,8 @@ -$Id: history.txt,v 1.179 2005/03/23 22:18:16 jrandom Exp $ +$Id: history.txt,v 1.180 2005/03/24 02:29:27 jrandom Exp $ + +2005-03-25 jrandom + * Fixed up building dependencies for the routerconsole on some more + aggressive compilers (thanks polecat!) * 2005-03-24 0.5.0.4 released diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index 688a545d7..c80fc0f81 100644 --- a/router/java/src/net/i2p/router/RouterVersion.java +++ b/router/java/src/net/i2p/router/RouterVersion.java @@ -15,9 +15,9 @@ import net.i2p.CoreVersion; * */ public class RouterVersion { - public final static String ID = "$Revision: 1.172 $ $Date: 2005/03/23 22:18:15 $"; + public final static String ID = "$Revision: 1.173 $ $Date: 2005/03/24 02:29:27 $"; public final static String VERSION = "0.5.0.4"; - public final static long BUILD = 0; + public final static long BUILD = 1; public static void main(String args[]) { System.out.println("I2P Router version: " + VERSION); System.out.println("Router ID: " + RouterVersion.ID);