forked from I2P_Developers/i2p.i2p
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:
@ -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);
|
||||
|
Reference in New Issue
Block a user