2005-09-09 cervantes

* New build due to change in build number :P (thanks ugha!)
This commit is contained in:
cervantes
2005-09-10 01:13:49 +00:00
committed by zzz
parent da56d83716
commit b5d571c75f
2 changed files with 7 additions and 4 deletions

View File

@ -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!)

View File

@ -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);