* 2005-08-03 0.6.0.1 released
2005-08-03 jrandom * Backed out an inadvertant change to the netDb store redundancy factor. * Verify tunnel participant caching. * Logging cleanup
This commit is contained in:
@ -14,8 +14,8 @@ package net.i2p;
|
||||
*
|
||||
*/
|
||||
public class CoreVersion {
|
||||
public final static String ID = "$Revision: 1.35 $ $Date: 2005/04/20 15:14:20 $";
|
||||
public final static String VERSION = "0.6";
|
||||
public final static String ID = "$Revision: 1.36 $ $Date: 2005/07/27 14:04:49 $";
|
||||
public final static String VERSION = "0.6.0.1";
|
||||
|
||||
public static void main(String args[]) {
|
||||
System.out.println("I2P Core version: " + VERSION);
|
||||
|
Reference in New Issue
Block a user