2006-05-04 jrandom
* Short circuit a highly congested part of the stat logging unless its required (may or may not help with a synchronization issue reported by andreas)
This commit is contained in:
@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
|
||||
*
|
||||
*/
|
||||
public class RouterVersion {
|
||||
public final static String ID = "$Revision: 1.407 $ $Date: 2006/05/02 23:30:27 $";
|
||||
public final static String ID = "$Revision: 1.408 $ $Date: 2006/05/03 06:13:29 $";
|
||||
public final static String VERSION = "0.6.1.17";
|
||||
public final static long BUILD = 6;
|
||||
public final static long BUILD = 7;
|
||||
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