* 2004-10-01 0.4.1.1 released

This commit is contained in:
jrandom
2004-10-01 17:23:00 +00:00
committed by zzz
parent 2b54d850ea
commit a14da92e1d
4 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.20 $ $Date: 2004/09/08 21:26:42 $";
public final static String VERSION = "0.4.1";
public final static String ID = "$Revision: 1.21 $ $Date: 2004/09/30 10:58:55 $";
public final static String VERSION = "0.4.1.1";
public static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);