* 2007-02-15 0.6.1.27 released

2007-02-15  jrandom
    * Limit the whispering floodfill sends to at most 3 randomly
      chosen from the known floodfill peers
This commit is contained in:
jrandom
2007-02-15 23:25:04 +00:00
committed by zzz
parent e54b964929
commit 77310e17d1
7 changed files with 21 additions and 12 deletions

View File

@ -14,8 +14,8 @@ package net.i2p;
*
*/
public class CoreVersion {
public final static String ID = "$Revision: 1.8 $ $Date: 2006-09-09 12:46:25 $";
public final static String VERSION = "0.6.1.26";
public final static String ID = "$Revision: 1.69 $ $Date: 2006-10-08 20:44:55 $";
public final static String VERSION = "0.6.1.27";
public static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);