forked from I2P_Developers/i2p.i2p
0.4.1.4
This commit is contained in:
@ -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);
|
||||
|
@ -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
|
||||
|
@ -1 +1 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
|
||||
<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
|
@ -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);
|
||||
|
Reference in New Issue
Block a user