* logs.jsp: Remove unused connection log, cut wrapper log output in half

* configlogging.jsp: Increase box width
This commit is contained in:
zzz
2008-09-15 16:23:47 +00:00
parent 50f10e8cf1
commit 7c083ed33b
5 changed files with 24 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ import net.i2p.CoreVersion;
public class RouterVersion {
public final static String ID = "$Revision: 1.548 $ $Date: 2008-06-07 23:00:00 $";
public final static String VERSION = "0.6.3";
public final static long BUILD = 4;
public final static long BUILD = 5;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
System.out.println("Router ID: " + RouterVersion.ID);