* 2006-07-18 0.6.1.22 released

2006-07-18  jrandom
    * Add a failsafe to the NTCP transport to make sure we keep
      pumping writes when we should.
    * Properly reallow 16-32KBps routers in the default config
      (thanks Complication!)
This commit is contained in:
jrandom
2006-07-18 20:08:00 +00:00
committed by zzz
parent 65138357d3
commit a52dd57215
12 changed files with 141 additions and 60 deletions

View File

@ -14,8 +14,8 @@ package net.i2p;
*
*/
public class CoreVersion {
public final static String ID = "$Revision: 1.63 $ $Date: 2006-06-04 17:25:14 $";
public final static String VERSION = "0.6.1.21";
public final static String ID = "$Revision: 1.64 $ $Date: 2006-06-13 21:17:43 $";
public final static String VERSION = "0.6.1.22";
public static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);