I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 265d5e30 authored by jrandom's avatar jrandom Committed by zzz
Browse files

* 2005-02-23 0.5.0.1 released

parent 10ed058c
No related branches found
Tags i2p_0_5_0_1
No related merge requests found
......@@ -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);
......
$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
......
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment