diff --git a/apps/i2ptunnel/java/build.xml b/apps/i2ptunnel/java/build.xml index 11fd897ff..263222f5f 100644 --- a/apps/i2ptunnel/java/build.xml +++ b/apps/i2ptunnel/java/build.xml @@ -56,7 +56,8 @@ - + diff --git a/apps/routerconsole/java/build.xml b/apps/routerconsole/java/build.xml index 0c0b396fe..3817e2dce 100644 --- a/apps/routerconsole/java/build.xml +++ b/apps/routerconsole/java/build.xml @@ -74,7 +74,9 @@ - + diff --git a/history.txt b/history.txt index dc29f7bdf..2669ebf70 100644 --- a/history.txt +++ b/history.txt @@ -1,4 +1,7 @@ -$Id: history.txt,v 1.157 2005/02/24 18:53:35 jrandom Exp $ +$Id: history.txt,v 1.158 2005/02/26 14:16:46 jrandom Exp $ + +2005-02-26 jrandom + * Force 1.3-isms on the precompiled jsps too (thanks laberhost) 2005-02-26 jrandom * Further streaming lib caching improvements diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index db05918d3..aa0f254c6 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.152 $ $Date: 2005/02/24 18:53:36 $"; + public final static String ID = "$Revision: 1.153 $ $Date: 2005/02/26 14:16:47 $"; public final static String VERSION = "0.5.0.1"; - 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); System.out.println("Router ID: " + RouterVersion.ID);