forked from I2P_Developers/i2p.i2p
2007-12-26 Complication
* Improve reseed handler (less repetitive code, avoid reporting errors when less than 10% of fetches fail)
This commit is contained in:
@@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
|
||||
*
|
||||
*/
|
||||
public class RouterVersion {
|
||||
public final static String ID = "$Revision: 1.537 $ $Date: 2007-12-22 18:58:46 $";
|
||||
public final static String ID = "$Revision: 1.538 $ $Date: 2007-12-26 03:14:59 $";
|
||||
public final static String VERSION = "0.6.1.30";
|
||||
public final static long BUILD = 9;
|
||||
public final static long BUILD = 10;
|
||||
public static void main(String args[]) {
|
||||
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
|
||||
System.out.println("Router ID: " + RouterVersion.ID);
|
||||
|
Reference in New Issue
Block a user