* 2005-02-23 0.5.0.1 released

This commit is contained in:
jrandom
2005-02-23 05:00:52 +00:00
committed by zzz
parent 10ed058c2e
commit 265d5e306e
3 changed files with 8 additions and 6 deletions

View File

@ -14,8 +14,8 @@ package net.i2p;
*
*/
public class CoreVersion {
public final static String ID = "$Revision: 1.27 $ $Date: 2005/02/16 17:23:50 $";
public final static String VERSION = "0.5";
public final static String ID = "$Revision: 1.28 $ $Date: 2005/02/17 17:57:53 $";
public final static String VERSION = "0.5.0.1";
public static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);

View File

@ -1,4 +1,6 @@
$Id: history.txt,v 1.152 2005/02/22 18:13:00 jrandom Exp $
$Id: history.txt,v 1.153 2005/02/22 23:20:29 jrandom Exp $
* 2005-02-23 0.5.0.1 released
2005-02-22 jrandom
* Reworked the tunnel (re)building process to remove the tokens and

View File

@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
public final static String ID = "$Revision: 1.147 $ $Date: 2005/02/22 17:58:22 $";
public final static String VERSION = "0.5";
public final static long BUILD = 6;
public final static String ID = "$Revision: 1.148 $ $Date: 2005/02/22 23:20:29 $";
public final static String VERSION = "0.5.0.1";
public final static long BUILD = 0;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION);
System.out.println("Router ID: " + RouterVersion.ID);