* 2006-05-18 0.6.1.19 released

2006-05-18  jrandom
    * Made the SSU ACKs less frequent when possible
This commit is contained in:
jrandom
2006-05-18 22:31:06 +00:00
committed by zzz
parent de1ca4aea4
commit 85c2c11217
8 changed files with 31 additions and 16 deletions

View File

@ -14,8 +14,8 @@ package net.i2p;
*
*/
public class CoreVersion {
public final static String ID = "$Revision: 1.60 $ $Date: 2006/04/23 16:06:13 $";
public final static String VERSION = "0.6.1.18";
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 static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);