* 2005-12-01 0.6.1.7 released
2005-12-01 jrandom * Add a new criteria to the tunnel join throttle, backing off people if we are failing to talk to our peers more than usual.
This commit is contained in:
@ -14,8 +14,8 @@ package net.i2p;
|
||||
*
|
||||
*/
|
||||
public class CoreVersion {
|
||||
public final static String ID = "$Revision: 1.48 $ $Date: 2005/11/15 22:20:21 $";
|
||||
public final static String VERSION = "0.6.1.6";
|
||||
public final static String ID = "$Revision: 1.49 $ $Date: 2005/11/26 13:26:22 $";
|
||||
public final static String VERSION = "0.6.1.7";
|
||||
|
||||
public static void main(String args[]) {
|
||||
System.out.println("I2P Core version: " + VERSION);
|
||||
|
Reference in New Issue
Block a user