* 2006-02-21 0.6.1.11 released

This commit is contained in:
jrandom
2006-02-21 15:20:17 +00:00
committed by zzz
parent b4c495531a
commit f63c6f4717
6 changed files with 13 additions and 11 deletions

View File

@@ -14,8 +14,8 @@ package net.i2p;
*
*/
public class CoreVersion {
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 final static String ID = "$Revision: 1.53 $ $Date: 2006/02/16 15:44:09 $";
public final static String VERSION = "0.6.1.11";
public static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);