2007-08-13 zzz

* readme.html - Add inproxy.tino.i2p, replace search.i2p with eepsites.i2p,
      tweak the eepsite and troubleshooting sections
This commit is contained in:
zzz
2007-08-13 19:42:59 +00:00
committed by zzz
parent a4b221fa71
commit 53ab3c472e
3 changed files with 23 additions and 17 deletions

View File

@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
public final static String ID = "$Revision: 1.516 $ $Date: 2007-08-05 22:35:45 $";
public final static String ID = "$Revision: 1.517 $ $Date: 2007-08-11 15:48:15 $";
public final static String VERSION = "0.6.1.28";
public final static long BUILD = 19;
public final static long BUILD = 20;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
System.out.println("Router ID: " + RouterVersion.ID);