0.3.1 (backwards compatible, still testnet, release later this evening)

This commit is contained in:
jrandom
2004-04-30 23:04:13 +00:00
committed by zzz
parent 1a38271104
commit 74209e2607
2 changed files with 4 additions and 4 deletions

View File

@ -14,8 +14,8 @@ package net.i2p;
* *
*/ */
public class CoreVersion { public class CoreVersion {
public final static String ID = "$Revision: 1.2 $ $Date: 2004/04/10 06:40:05 $"; public final static String ID = "$Revision: 1.3 $ $Date: 2004/04/20 04:18:54 $";
public final static String VERSION = "0.3.0.4"; public final static String VERSION = "0.3.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);

View File

@ -15,8 +15,8 @@ import net.i2p.CoreVersion;
* *
*/ */
public class RouterVersion { public class RouterVersion {
public final static String ID = "$Revision: 1.1.1.1 $ $Date: 2004/04/07 23:41:56 $"; public final static String ID = "$Revision: 1.2 $ $Date: 2004/04/20 04:18:53 $";
public final static String VERSION = "0.3.0.4"; public final static String VERSION = "0.3.1";
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);