* 2005-01-12 0.6.1.9 released

This commit is contained in:
jrandom
2006-01-12 21:18:38 +00:00
committed by zzz
parent 205d8de281
commit d07342e3e3
5 changed files with 11 additions and 8 deletions

View File

@ -14,8 +14,8 @@ package net.i2p;
*
*/
public class CoreVersion {
public final static String ID = "$Revision: 1.50 $ $Date: 2005/12/01 12:16:54 $";
public final static String VERSION = "0.6.1.8";
public final static String ID = "$Revision: 1.51 $ $Date: 2005/12/22 07:49:10 $";
public final static String VERSION = "0.6.1.9";
public static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);