2005-01-15 cervantes

* Added support to the eepproxy for URLs such as
      http://localhost:4444/eepproxy/foo.i2p/bar/baz or even
      http://localhost:4444/eepproxy/foo.i2p/?i2paddresshelper=base64
This commit is contained in:
jrandom
2005-01-15 23:16:12 +00:00
committed by zzz
parent ecd971c0e5
commit 2c783e9876
3 changed files with 19 additions and 3 deletions

View File

@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
public final static String ID = "$Revision: 1.131 $ $Date: 2005/01/06 15:59:13 $";
public final static String ID = "$Revision: 1.132 $ $Date: 2005/01/15 16:03:14 $";
public final static String VERSION = "0.4.2.6";
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);
System.out.println("Router ID: " + RouterVersion.ID);