forked from I2P_Developers/i2p.i2p
* 2004-10-10 0.4.1.2 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.21 $ $Date: 2004/09/30 10:58:55 $";
|
public final static String ID = "$Revision: 1.22 $ $Date: 2004/10/01 12:23:00 $";
|
||||||
public final static String VERSION = "0.4.1.1";
|
public final static String VERSION = "0.4.1.2";
|
||||||
|
|
||||||
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.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
|
2004-10-10 cervantes
|
||||||
* Update the I2PTunnel HTTP proxy to strip out the i2paddresshelper from
|
* Update the I2PTunnel HTTP proxy to strip out the i2paddresshelper from
|
||||||
|
@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public class RouterVersion {
|
public class RouterVersion {
|
||||||
public final static String ID = "$Revision: 1.49 $ $Date: 2004/10/08 17:53:04 $";
|
public final static String ID = "$Revision: 1.50 $ $Date: 2004/10/09 19:03:27 $";
|
||||||
public final static String VERSION = "0.4.1.1";
|
public final static String VERSION = "0.4.1.2";
|
||||||
public final static long BUILD = 15;
|
public final static long BUILD = 0;
|
||||||
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);
|
||||||
System.out.println("Router ID: " + RouterVersion.ID);
|
System.out.println("Router ID: " + RouterVersion.ID);
|
||||||
|
Reference in New Issue
Block a user