* 2006-02-16 0.6.1.10 released

This commit is contained in:
jrandom
2006-02-16 20:44:07 +00:00
committed by zzz
parent 3226ea5bf6
commit 5b94965983
9 changed files with 28 additions and 22 deletions

View File

@ -14,8 +14,8 @@ package net.i2p;
*
*/
public class CoreVersion {
public final static String ID = "$Revision: 1.51 $ $Date: 2005/12/22 07:49:10 $";
public final static String VERSION = "0.6.1.9";
public final static String ID = "$Revision: 1.52 $ $Date: 2006/01/12 16:18:38 $";
public final static String VERSION = "0.6.1.10";
public static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);