forked from I2P_Developers/i2p.i2p
2005-03-26 jrandom
* Added some error handling and fairly safe to cache data to the streaming lib (good call Tom!)
This commit is contained in:
@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
|
||||
*
|
||||
*/
|
||||
public class RouterVersion {
|
||||
public final static String ID = "$Revision: 1.173 $ $Date: 2005/03/24 02:29:27 $";
|
||||
public final static String ID = "$Revision: 1.174 $ $Date: 2005/03/24 23:07:06 $";
|
||||
public final static String VERSION = "0.5.0.4";
|
||||
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);
|
||||
|
Reference in New Issue
Block a user