2005-01-18 jrandom

* Increased the max # session tags maintained and decreased slightly the
      period over which they are gathered.
This commit is contained in:
jrandom
2005-01-19 00:08:13 +00:00
committed by zzz
parent cd939d3379
commit a65e6c888c
3 changed files with 9 additions and 5 deletions

View File

@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
public final static String ID = "$Revision: 1.133 $ $Date: 2005/01/15 18:16:12 $";
public final static String ID = "$Revision: 1.134 $ $Date: 2005/01/17 03:15:03 $";
public final static String VERSION = "0.4.2.6";
public final static long BUILD = 3;
public final static long BUILD = 4;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION);
System.out.println("Router ID: " + RouterVersion.ID);