0.3.1.5 (backwards compatible)

lots of bugfixes.  still no rate limiting, but, uh, lots of bugfixes
(release will be packaged and deployed later today)
This commit is contained in:
jrandom
2004-06-25 19:25:33 +00:00
committed by zzz
parent 4e91bb88a5
commit a8ad8644c8
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.7 $ $Date: 2004/05/20 06:32:32 $"; public final static String ID = "$Revision: 1.8 $ $Date: 2004/05/23 11:54:29 $";
public final static String VERSION = "0.3.1.4"; public final static String VERSION = "0.3.1.5";
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.6 $ $Date: 2004/05/20 06:32:32 $"; public final static String ID = "$Revision: 1.7 $ $Date: 2004/05/23 11:54:30 $";
public final static String VERSION = "0.3.1.4"; public final static String VERSION = "0.3.1.5";
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);