forked from I2P_Developers/i2p.i2p
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:
@ -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);
|
||||
|
Reference in New Issue
Block a user