forked from I2P_Developers/i2p.i2p
* 2004-10-01 0.4.1.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.20 $ $Date: 2004/09/08 21:26:42 $";
|
public final static String ID = "$Revision: 1.21 $ $Date: 2004/09/30 10:58:55 $";
|
||||||
public final static String VERSION = "0.4.1";
|
public final static String VERSION = "0.4.1.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.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
|
2004-10-01 jrandom
|
||||||
* Handle partial reseeds, caused by seeds going away before the download
|
* Handle partial reseeds, caused by seeds going away before the download
|
||||||
|
@ -1 +1 @@
|
|||||||
<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
|
<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
|
@ -15,8 +15,8 @@ import net.i2p.CoreVersion;
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public class RouterVersion {
|
public class RouterVersion {
|
||||||
public final static String ID = "$Revision: 1.36 $ $Date: 2004/10/01 06:49:02 $";
|
public final static String ID = "$Revision: 1.37 $ $Date: 2004/10/01 09:35:49 $";
|
||||||
public final static String VERSION = "0.4.1";
|
public final static String VERSION = "0.4.1.1";
|
||||||
public final static long BUILD = 3;
|
public final static long BUILD = 3;
|
||||||
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);
|
||||||
|
Reference in New Issue
Block a user