* 2006-06-04 0.6.1.20 released

2006-06-04  jrandom
    * Reduce the SSU ack frequency
    * Tweaked the tunnel rejection settings to reject less aggressively
This commit is contained in:
jrandom
2006-06-04 22:25:08 +00:00
committed by zzz
parent f2fb87c88b
commit f2078e1523
8 changed files with 34 additions and 28 deletions

View File

@ -14,8 +14,8 @@ package net.i2p;
*
*/
public class CoreVersion {
public final static String ID = "$Revision: 1.61 $ $Date: 2006/05/09 16:17:19 $";
public final static String VERSION = "0.6.1.19";
public final static String ID = "$Revision: 1.62 $ $Date: 2006-05-18 17:31:09 $";
public final static String VERSION = "0.6.1.20";
public static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);