diff --git a/apps/routerconsole/jsp/nav.jsp b/apps/routerconsole/jsp/nav.jsp index 4f3d416bae..df40cf3362 100644 --- a/apps/routerconsole/jsp/nav.jsp +++ b/apps/routerconsole/jsp/nav.jsp @@ -24,7 +24,7 @@ Susimail | SusiDNS | - Syndie | + I2PSnark | My Eepsite
I2PTunnel | diff --git a/build.xml b/build.xml index a3a737d9bc..7f166e01e6 100644 --- a/build.xml +++ b/build.xml @@ -30,7 +30,7 @@ - + @@ -103,9 +103,11 @@ + @@ -209,7 +211,7 @@ - + @@ -279,11 +281,13 @@ + @@ -320,7 +324,7 @@ - + @@ -351,11 +355,13 @@ + diff --git a/history.txt b/history.txt index 893e2622f7..f87911a0f8 100644 --- a/history.txt +++ b/history.txt @@ -1,4 +1,7 @@ -$Id: history.txt,v 1.563 2007-03-18 16:57:03 zzz Exp $ +$Id: history.txt,v 1.564 2007-03-22 00:21:27 zzz Exp $ + +2007-03-24 zzz + * Remove Syndie from build targets and navbar 2007-03-22 zzz * i2psnark tracker handling tweaks: diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index 17ea8307f9..854dee5c5f 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.499 $ $Date: 2007-03-18 16:57:01 $"; + public final static String ID = "$Revision: 1.500 $ $Date: 2007-03-22 00:21:25 $"; public final static String VERSION = "0.6.1.28"; - public final static long BUILD = 2; + public final static long BUILD = 3; public static void main(String args[]) { System.out.println("I2P Router version: " + VERSION + "-" + BUILD); System.out.println("Router ID: " + RouterVersion.ID);