* 2006-06-14 0.6.1.21 released

This commit is contained in:
jrandom
2006-06-14 02:17:40 +00:00
committed by zzz
parent a3db9429a7
commit b92b9d2618
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.62 $ $Date: 2006-05-18 17:31:09 $";
public final static String VERSION = "0.6.1.20";
public final static String ID = "$Revision: 1.63 $ $Date: 2006-06-04 17:25:14 $";
public final static String VERSION = "0.6.1.21";
public static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);