* 2005-02-23 0.5.0.1 released

This commit is contained in:
jrandom
2005-02-23 05:00:52 +00:00
committed by zzz
parent 10ed058c2e
commit 265d5e306e
3 changed files with 8 additions and 6 deletions

View File

@@ -14,8 +14,8 @@ package net.i2p;
*
*/
public class CoreVersion {
public final static String ID = "$Revision: 1.27 $ $Date: 2005/02/16 17:23:50 $";
public final static String VERSION = "0.5";
public final static String ID = "$Revision: 1.28 $ $Date: 2005/02/17 17:57:53 $";
public final static String VERSION = "0.5.0.1";
public static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);