From b5d571c75f950b67a755c992c4f4977c75b9449f Mon Sep 17 00:00:00 2001 From: cervantes Date: Sat, 10 Sep 2005 01:13:49 +0000 Subject: [PATCH] 2005-09-09 cervantes * New build due to change in build number :P (thanks ugha!) --- history.txt | 5 ++++- router/java/src/net/i2p/router/RouterVersion.java | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/history.txt b/history.txt index ab5f53f65f..ede3f87578 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 2d1af5cf6e..9d5f3b5755 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);