0.3.2.2 (a lil installation testing and then i'll push)

This commit is contained in:
jrandom
2004-07-15 01:08:54 +00:00
committed by zzz
parent f6ef77429c
commit bbcde2f52b
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.10 $ $Date: 2004/07/07 12:58:37 $";
public final static String VERSION = "0.3.2.1";
public final static String ID = "$Revision: 1.11 $ $Date: 2004/07/11 13:57:02 $";
public final static String VERSION = "0.3.2.2";
public static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);