diff --git a/history.txt b/history.txt index ab5f53f65..ede3f8757 100644 --- a/history.txt +++ b/history.txt @@ -1,4 +1,7 @@ -$Id: history.txt,v 1.240 2005/09/05 14:30:09 jrandom Exp $ +$Id: history.txt,v 1.241 2005/09/07 17:32:06 jrandom Exp $ + +2005-09-09 cervantes + * New build due to change in build number :P (thanks ugha!) 2005-09-07 BarkerJr * HTML cleanup for the router console (thanks!) diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index 2d1af5cf6..9d5f3b575 100644 --- a/router/java/src/net/i2p/router/RouterVersion.java +++ b/router/java/src/net/i2p/router/RouterVersion.java @@ -15,11 +15,11 @@ import net.i2p.CoreVersion; * */ public class RouterVersion { - public final static String ID = "$Revision: 1.227 $ $Date: 2005/09/04 14:15:49 $"; + public final static String ID = "$Revision: 1.228 $ $Date: 2005/09/07 17:31:13 $"; public final static String VERSION = "0.6.0.5"; - 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); + System.out.println("I2P Router version: " + VERSION + "-" + BUILD); System.out.println("Router ID: " + RouterVersion.ID); System.out.println("I2P Core version: " + CoreVersion.VERSION); System.out.println("Core ID: " + CoreVersion.ID);