* 2005-04-20 0.5.0.7 released

This commit is contained in:
jrandom
2005-04-20 20:14:17 +00:00
committed by zzz
parent a2c7c5a516
commit df926fb60d
6 changed files with 29 additions and 28 deletions

View File

@ -14,8 +14,8 @@ package net.i2p;
*
*/
public class CoreVersion {
public final static String ID = "$Revision: 1.33 $ $Date: 2005/03/29 19:07:37 $";
public final static String VERSION = "0.5.0.6";
public final static String ID = "$Revision: 1.34 $ $Date: 2005/04/06 10:43:26 $";
public final static String VERSION = "0.5.0.7";
public static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);