* 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:
jrandom
2005-12-01 17:16:53 +00:00
committed by zzz
parent f5b829a124
commit 12900ca709
7 changed files with 43 additions and 17 deletions

View File

@ -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);