2007-12-29 zzz

* Change jetty timeout from 30 to 60 sec (thanks sponge!)
This commit is contained in:
zzz
2007-12-29 21:08:29 +00:00
committed by zzz
parent 7fe9d590f5
commit f568d21969
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.539 $ $Date: 2007-12-26 15:55:08 $";
public final static String ID = "$Revision: 1.540 $ $Date: 2007-12-28 15:27:16 $";
public final static String VERSION = "0.6.1.30";
public final static long BUILD = 11;
public final static long BUILD = 12;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
System.out.println("Router ID: " + RouterVersion.ID);