* 2004-12-01 0.4.2.2 released

2004-12-01  jrandom
    * Fixed a stupid typo that inadvertantly allowed persistent HTTP
      connections to work (thanks duck!)
    * Make sure we override the inactivity timeout too
This commit is contained in:
jrandom
2004-12-02 00:27:27 +00:00
committed by zzz
parent 610f1f7dd4
commit cb930a7ab5
4 changed files with 27 additions and 11 deletions

View File

@ -15,8 +15,8 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
public final static String ID = "$Revision: 1.95 $ $Date: 2004/11/30 18:41:51 $";
public final static String VERSION = "0.4.2.1";
public final static String ID = "$Revision: 1.96 $ $Date: 2004/12/01 17:31:56 $";
public final static String VERSION = "0.4.2.2";
public final static long BUILD = 0;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION);