This commit is contained in:
jrandom
2005-09-01 20:27:35 +00:00
committed by zzz
parent 4ff8a53084
commit 3e51584b3c
6 changed files with 18 additions and 16 deletions

View File

@ -14,8 +14,8 @@ package net.i2p;
*
*/
public class CoreVersion {
public final static String ID = "$Revision: 1.38 $ $Date: 2005/08/08 15:35:50 $";
public final static String VERSION = "0.6.0.3";
public final static String ID = "$Revision: 1.39 $ $Date: 2005/08/21 13:39:05 $";
public final static String VERSION = "0.6.0.4";
public static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);