2005-02-07 jrandom

* Fixed a race in the streaming lib's delayed flush algorithm (thanks anon!)
This commit is contained in:
jrandom
2005-02-07 10:04:23 +00:00
committed by zzz
parent 27e92653fe
commit b366a4b942
3 changed files with 7 additions and 4 deletions

View File

@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
public final static String ID = "$Revision: 1.136 $ $Date: 2005/01/21 20:53:02 $";
public final static String ID = "$Revision: 1.137 $ $Date: 2005/01/23 03:22:11 $";
public final static String VERSION = "0.4.2.6";
public final static long BUILD = 6;
public final static long BUILD = 7;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION);
System.out.println("Router ID: " + RouterVersion.ID);