* Update versions, package release

This commit is contained in:
complication
2008-08-24 10:28:57 +00:00
parent 33e8abfc3e
commit bf51741134
6 changed files with 25 additions and 20 deletions

View File

@@ -14,8 +14,8 @@ package net.i2p;
*
*/
public class CoreVersion {
public final static String ID = "$Revision: 1.72 $ $Date: 2008-06-07 23:00:00 $";
public final static String VERSION = "0.6.2";
public final static String ID = "$Revision: 1.72 $ $Date: 2008-08-24 12:00:00 $";
public final static String VERSION = "0.6.3";
public static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);