forked from I2P_Developers/i2p.i2p
2007-01-27 zzz
* i2psnark: Fix orphaned Snark reader tasks leading to OOMs
This commit is contained in:
@@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
|
||||
*
|
||||
*/
|
||||
public class RouterVersion {
|
||||
public final static String ID = "$Revision: 1.479 $ $Date: 2007-01-20 22:35:50 $";
|
||||
public final static String ID = "$Revision: 1.480 $ $Date: 2007-01-20 22:49:41 $";
|
||||
public final static String VERSION = "0.6.1.26";
|
||||
public final static long BUILD = 13;
|
||||
public final static long BUILD = 14;
|
||||
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