2005-11-03 zzz

* Added a new error page to the eepproxy to differentiate the full 60
      second timeout from the immediate "I don't know this base64" failure.
This commit is contained in:
jrandom
2005-11-04 01:20:17 +00:00
committed by zzz
parent a2d2b031f4
commit ca0af146b7
5 changed files with 52 additions and 4 deletions

View File

@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
public final static String ID = "$Revision: 1.280 $ $Date: 2005/10/29 18:20:05 $";
public final static String ID = "$Revision: 1.281 $ $Date: 2005/10/30 00:47:57 $";
public final static String VERSION = "0.6.1.4";
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);