* 2004-10-10 0.4.1.2 released

This commit is contained in:
jrandom
2004-10-10 19:33:08 +00:00
committed by zzz
parent 35e3bbb862
commit 503b289240
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.21 $ $Date: 2004/09/30 10:58:55 $";
public final static String VERSION = "0.4.1.1";
public final static String ID = "$Revision: 1.22 $ $Date: 2004/10/01 12:23:00 $";
public final static String VERSION = "0.4.1.2";
public static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);

View File

@ -1,4 +1,6 @@
$Id: history.txt,v 1.42 2004/10/09 19:03:27 jrandom Exp $
$Id: history.txt,v 1.43 2004/10/10 09:57:15 jrandom Exp $
* 2004-10-10 0.4.1.2 released
2004-10-10 cervantes
* Update the I2PTunnel HTTP proxy to strip out the i2paddresshelper from

View File

@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
public final static String ID = "$Revision: 1.49 $ $Date: 2004/10/08 17:53:04 $";
public final static String VERSION = "0.4.1.1";
public final static long BUILD = 15;
public final static String ID = "$Revision: 1.50 $ $Date: 2004/10/09 19:03:27 $";
public final static String VERSION = "0.4.1.2";
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);