2005-11-29 zzz

* Added a link to orion's jump page on the 'key not found' error page.
This commit is contained in:
jrandom
2005-11-29 17:56:02 +00:00
committed by zzz
parent d8071296eb
commit 3d18bf870b
3 changed files with 20 additions and 7 deletions

View File

@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
public final static String ID = "$Revision: 1.303 $ $Date: 2005/11/28 11:02:40 $";
public final static String ID = "$Revision: 1.304 $ $Date: 2005/11/29 11:58:02 $";
public final static String VERSION = "0.6.1.6";
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);