forked from I2P_Developers/i2p.i2p
(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:
@ -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);
|
||||
|
Reference in New Issue
Block a user