forked from I2P_Developers/i2p.i2p
(zzz)
* i2psnark: Fix bug where new peers would always be set to "interested" regardless of actual interest * i2psnark: Reduce max piece size from 10MB to 1MB; larger may have severe memory and efficiency problems
This commit is contained in:
@@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
|
||||
*
|
||||
*/
|
||||
public class RouterVersion {
|
||||
public final static String ID = "$Revision: 1.453 $ $Date: 2006-09-08 20:42:03 $";
|
||||
public final static String ID = "$Revision: 1.454 $ $Date: 2006-09-09 12:46:29 $";
|
||||
public final static String VERSION = "0.6.1.25";
|
||||
public final static long BUILD = 0;
|
||||
public final static long BUILD = 1;
|
||||
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