This commit is contained in:
jrandom
2004-11-07 03:00:56 +00:00
committed by zzz
parent 8abf42023a
commit 98b5252a2d
4 changed files with 9 additions and 7 deletions

View File

@ -14,8 +14,8 @@ package net.i2p;
*
*/
public class CoreVersion {
public final static String ID = "$Revision: 1.23 $ $Date: 2004/10/10 14:33:08 $";
public final static String VERSION = "0.4.1.3";
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 static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);