* 2006-04-23 0.6.1.17 released

This commit is contained in:
jrandom
2006-04-23 21:06:12 +00:00
committed by zzz
parent e5eca5fa45
commit eb36e993c1
5 changed files with 10 additions and 8 deletions

View File

@@ -14,8 +14,8 @@ package net.i2p;
*
*/
public class CoreVersion {
public final static String ID = "$Revision: 1.58 $ $Date: 2006/04/13 07:40:21 $";
public final static String VERSION = "0.6.1.16";
public final static String ID = "$Revision: 1.59 $ $Date: 2006/04/15 02:58:13 $";
public final static String VERSION = "0.6.1.17";
public static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);