* 2005-11-26 0.6.1.6 released

This commit is contained in:
jrandom
2005-11-26 18:26:22 +00:00
committed by zzz
parent 453ecc4208
commit fbf1705c4e
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.47 $ $Date: 2005/10/29 18:20:05 $";
public final static String VERSION = "0.6.1.5";
public final static String ID = "$Revision: 1.48 $ $Date: 2005/11/15 22:20:21 $";
public final static String VERSION = "0.6.1.6";
public static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);