(please wait until the release announcement before updating)

* 2004-11-26  0.4.2 released
2004-11-26  jrandom
    * Enable the new streaming lib as the default.  That means, for any
      substantial definition, it is NOT BACKWARDS COMPATIBLE.
This commit is contained in:
jrandom
2004-11-26 15:15:16 +00:00
committed by zzz
parent 8c7f9f2c65
commit e0e09bfa45
5 changed files with 10 additions and 10 deletions

View File

@ -14,8 +14,8 @@ package net.i2p;
*
*/
public class CoreVersion {
public final static String ID = "$Revision: 1.24 $ $Date: 2004/10/18 14:08:00 $";
public final static String VERSION = "0.4.1.4";
public final static String ID = "$Revision: 1.25 $ $Date: 2004/11/06 22:00:57 $";
public final static String VERSION = "0.4.2";
public static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);