* 2006-05-09 0.6.1.18 released

2006-05-09  jrandom
    * Further tunnel creation timeout revamp
This commit is contained in:
jrandom
2006-05-09 21:17:17 +00:00
committed by zzz
parent 6b0d507644
commit 870e94e184
8 changed files with 22 additions and 17 deletions

View File

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