From 571c2d604712488a94223a9441b1bf1730372798 Mon Sep 17 00:00:00 2001 From: complication Date: Sun, 6 May 2007 19:52:39 +0000 Subject: [PATCH] 2007-05-06 Complication * Fix the build.xml file, so the preppkg build target won't try copying files which became deprecated with the old Syndie (thank for alerting, itsu!) --- build.xml | 2 +- history.txt | 6 +++++- router/java/src/net/i2p/router/RouterVersion.java | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/build.xml b/build.xml index 7f166e01e..ca4d444cd 100644 --- a/build.xml +++ b/build.xml @@ -197,7 +197,7 @@ - + diff --git a/history.txt b/history.txt index a72c95588..f11295935 100644 --- a/history.txt +++ b/history.txt @@ -1,4 +1,8 @@ -$Id: history.txt,v 1.565 2007-03-24 02:57:39 zzz Exp $ +$Id: history.txt,v 1.566 2007-03-31 16:50:52 zzz Exp $ + +2007-05-06 Complication + * Fix the build.xml file, so the preppkg build target won't try copying files + which became deprecated with the old Syndie (thank for alerting, itsu!) 2007-03-31 zzz * Add trevorreznik jump server to the http proxy error page diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index d4584be7f..42d7f05e3 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.501 $ $Date: 2007-03-24 02:57:37 $"; + public final static String ID = "$Revision: 1.502 $ $Date: 2007-03-31 16:50:51 $"; public final static String VERSION = "0.6.1.28"; - public final static long BUILD = 4; + public final static long BUILD = 5; public static void main(String args[]) { System.out.println("I2P Router version: " + VERSION + "-" + BUILD); System.out.println("Router ID: " + RouterVersion.ID);