* 2006-04-13 0.6.1.15 released

This commit is contained in:
jrandom
2006-04-13 12:40:21 +00:00
committed by zzz
parent e9b6fcc0a4
commit 230d4cd23f
6 changed files with 14 additions and 13 deletions

View File

@ -14,8 +14,8 @@ package net.i2p;
*
*/
public class CoreVersion {
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 final static String ID = "$Revision: 1.57 $ $Date: 2006/04/05 12:08:07 $";
public final static String VERSION = "0.6.1.15";
public static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);