* 2006-04-05 0.6.1.14 released

This commit is contained in:
jrandom
2006-04-05 17:08:04 +00:00
committed by zzz
parent 072a45e5ce
commit ac3c2d2b15
12 changed files with 58 additions and 44 deletions

View File

@ -14,8 +14,8 @@ package net.i2p;
*
*/
public class CoreVersion {
public final static String ID = "$Revision: 1.55 $ $Date: 2006/02/27 14:05:41 $";
public final static String VERSION = "0.6.1.13";
public final static String ID = "$Revision: 1.56 $ $Date: 2006/03/26 18:23:49 $";
public final static String VERSION = "0.6.1.14";
public static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);