0.3.3, backwards compatible, to be released Real Soon

This commit is contained in:
jrandom
2004-07-24 02:13:37 +00:00
committed by zzz
parent 03562b037d
commit f170ae741e
2 changed files with 4 additions and 4 deletions

View File

@ -14,8 +14,8 @@ package net.i2p;
*
*/
public class CoreVersion {
public final static String ID = "$Revision: 1.12 $ $Date: 2004/07/14 20:08:54 $";
public final static String VERSION = "0.3.2.3";
public final static String ID = "$Revision: 1.13 $ $Date: 2004/07/16 16:12:29 $";
public final static String VERSION = "0.3.3";
public static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);