* 2005-10-01 0.6.1.1 released

This commit is contained in:
jrandom
2005-10-01 19:20:09 +00:00
committed by zzz
parent df5736f571
commit 6019a03029
6 changed files with 14 additions and 12 deletions

View File

@@ -14,8 +14,8 @@ package net.i2p;
*
*/
public class CoreVersion {
public final static String ID = "$Revision: 1.42 $ $Date: 2005/09/17 20:29:59 $";
public final static String VERSION = "0.6.1";
public final static String ID = "$Revision: 1.43 $ $Date: 2005/09/29 14:19:23 $";
public final static String VERSION = "0.6.1.1";
public static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);