* 2005-11-15 0.6.1.5 released

This commit is contained in:
jrandom
2005-11-16 03:20:20 +00:00
committed by zzz
parent 5182008b38
commit f7236d7d58
11 changed files with 56 additions and 16 deletions

View File

@ -14,8 +14,8 @@ package net.i2p;
*
*/
public class CoreVersion {
public final static String ID = "$Revision: 1.46 $ $Date: 2005/10/14 08:48:04 $";
public final static String VERSION = "0.6.1.4";
public final static String ID = "$Revision: 1.47 $ $Date: 2005/10/29 18:20:05 $";
public final static String VERSION = "0.6.1.5";
public static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);