* 2005-04-06 0.5.0.6 released

This commit is contained in:
jrandom
2005-04-06 15:43:25 +00:00
committed by zzz
parent 3b4cf0a024
commit 80827c3aad
6 changed files with 29 additions and 53 deletions

View File

@ -14,8 +14,8 @@ package net.i2p;
*
*/
public class CoreVersion {
public final static String ID = "$Revision: 1.32 $ $Date: 2005/03/24 02:29:28 $";
public final static String VERSION = "0.5.0.5";
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 static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);