* Make graphs clickable to get larger graphs

* Change SimpleTimer CRIT to a WARN, increase threshold
    * Checklist update
This commit is contained in:
zzz
2008-02-13 11:49:24 +00:00
parent 43f2695901
commit d2f3a262db
5 changed files with 25 additions and 6 deletions

View File

@ -17,7 +17,7 @@ import net.i2p.CoreVersion;
public class RouterVersion {
public final static String ID = "$Revision: 1.548 $ $Date: 2008-02-10 15:00:00 $";
public final static String VERSION = "0.6.1.31";
public final static long BUILD = 1;
public final static long BUILD = 2;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
System.out.println("Router ID: " + RouterVersion.ID);