2004-09-04 jrandom

* Update the SDK to automatically reconnect indefinitely with an
      exponential delay on retries (capped at 5 minutes).
This commit is contained in:
jrandom
2004-09-04 05:41:42 +00:00
committed by zzz
parent 63937d0fba
commit 6bc92b26a7
3 changed files with 21 additions and 19 deletions

View File

@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
public final static String ID = "$Revision: 1.20 $ $Date: 2004/09/03 02:22:24 $";
public final static String ID = "$Revision: 1.21 $ $Date: 2004/09/03 14:46:07 $";
public final static String VERSION = "0.4";
public final static long BUILD = 3;
public final static long BUILD = 4;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION);
System.out.println("Router ID: " + RouterVersion.ID);