* 2004-10-01 0.4.1.1 released

This commit is contained in:
jrandom
2004-10-01 17:23:00 +00:00
committed by zzz
parent 2b54d850ea
commit a14da92e1d
4 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.20 $ $Date: 2004/09/08 21:26:42 $";
public final static String VERSION = "0.4.1";
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 static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);

View File

@ -1,4 +1,6 @@
$Id: history.txt,v 1.26 2004/10/01 06:49:03 jrandom Exp $
$Id: history.txt,v 1.27 2004/10/01 09:35:49 jrandom Exp $
* 2004-10-01 0.4.1.1 released
2004-10-01 jrandom
* Handle partial reseeds, caused by seeds going away before the download

View File

@ -1 +1 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>

View File

@ -15,8 +15,8 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
public final static String ID = "$Revision: 1.36 $ $Date: 2004/10/01 06:49:02 $";
public final static String VERSION = "0.4.1";
public final static String ID = "$Revision: 1.37 $ $Date: 2004/10/01 09:35:49 $";
public final static String VERSION = "0.4.1.1";
public final static long BUILD = 3;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION);