This commit is contained in:
jrandom
2005-09-02 19:10:05 +00:00
committed by zzz
parent 6422f7ef78
commit 9aaad00383
6 changed files with 16 additions and 16 deletions

View File

@ -14,11 +14,11 @@ package net.i2p;
*
*/
public class CoreVersion {
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 final static String ID = "$Revision: 1.0 $ $Date: 2005/09/01 15:27:36 $";
public final static String VERSION = "0.6.0.5";
public static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);
System.out.println("ID: " + ID);
}
}
}