* 2006-04-15 0.6.1.16 released

This commit is contained in:
jrandom
2006-04-15 07:58:12 +00:00
committed by zzz
parent 23d8c01ce7
commit 181275fe35
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.57 $ $Date: 2006/04/05 12:08:07 $";
public final static String VERSION = "0.6.1.15";
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 static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);