forked from I2P_Developers/i2p.i2p
* 2005-02-23 0.5.0.1 released
This commit is contained in:
@@ -14,8 +14,8 @@ package net.i2p;
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public class CoreVersion {
|
public class CoreVersion {
|
||||||
public final static String ID = "$Revision: 1.27 $ $Date: 2005/02/16 17:23:50 $";
|
public final static String ID = "$Revision: 1.28 $ $Date: 2005/02/17 17:57:53 $";
|
||||||
public final static String VERSION = "0.5";
|
public final static String VERSION = "0.5.0.1";
|
||||||
|
|
||||||
public static void main(String args[]) {
|
public static void main(String args[]) {
|
||||||
System.out.println("I2P Core version: " + VERSION);
|
System.out.println("I2P Core version: " + VERSION);
|
||||||
|
@@ -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
|
2005-02-22 jrandom
|
||||||
* Reworked the tunnel (re)building process to remove the tokens and
|
* Reworked the tunnel (re)building process to remove the tokens and
|
||||||
|
@@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public class RouterVersion {
|
public class RouterVersion {
|
||||||
public final static String ID = "$Revision: 1.147 $ $Date: 2005/02/22 17:58:22 $";
|
public final static String ID = "$Revision: 1.148 $ $Date: 2005/02/22 23:20:29 $";
|
||||||
public final static String VERSION = "0.5";
|
public final static String VERSION = "0.5.0.1";
|
||||||
public final static long BUILD = 6;
|
public final static long BUILD = 0;
|
||||||
public static void main(String args[]) {
|
public static void main(String args[]) {
|
||||||
System.out.println("I2P Router version: " + VERSION);
|
System.out.println("I2P Router version: " + VERSION);
|
||||||
System.out.println("Router ID: " + RouterVersion.ID);
|
System.out.println("Router ID: " + RouterVersion.ID);
|
||||||
|
Reference in New Issue
Block a user