forked from I2P_Developers/i2p.i2p
2005-11-29 zzz
* Added a link to orion's jump page on the 'key not found' error page.
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user