2007-03-31 zzz

* Add trevorreznik jump server to the http proxy error page
    * Add anonymity to the trackers supporting details links in i2psnark
This commit is contained in:
zzz
2007-03-31 21:50:51 +00:00
committed by zzz
parent c438b56378
commit 915914ebb3
4 changed files with 38 additions and 13 deletions

View File

@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
public final static String ID = "$Revision: 1.500 $ $Date: 2007-03-22 00:21:25 $";
public final static String ID = "$Revision: 1.501 $ $Date: 2007-03-24 02:57:37 $";
public final static String VERSION = "0.6.1.28";
public final static long BUILD = 3;
public final static long BUILD = 4;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
System.out.println("Router ID: " + RouterVersion.ID);