This commit is contained in:
jrandom
2004-11-07 03:00:56 +00:00
committed by zzz
parent 8abf42023a
commit 98b5252a2d
4 changed files with 9 additions and 7 deletions

View File

@ -14,8 +14,8 @@ package net.i2p;
*
*/
public class CoreVersion {
public final static String ID = "$Revision: 1.23 $ $Date: 2004/10/10 14:33:08 $";
public final static String VERSION = "0.4.1.3";
public final static String ID = "$Revision: 1.24 $ $Date: 2004/10/18 14:08:00 $";
public final static String VERSION = "0.4.1.4";
public static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);

View File

@ -1,4 +1,6 @@
$Id: history.txt,v 1.64 2004/11/06 02:59:54 jrandom Exp $
$Id: history.txt,v 1.65 2004/11/06 21:25:13 jrandom Exp $
* 2004-11-06 0.4.1.4 released
2004-11-06 jrandom
* Expose a drop down on the /configclients.jsp to enter the outbound

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,9 +15,9 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
public final static String ID = "$Revision: 1.70 $ $Date: 2004/11/06 02:59:54 $";
public final static String VERSION = "0.4.1.3";
public final static long BUILD = 11;
public final static String ID = "$Revision: 1.71 $ $Date: 2004/11/06 21:25:13 $";
public final static String VERSION = "0.4.1.4";
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);