* 2005-08-21 0.6.0.3 released

2005-08-21  jrandom
    * If we already have an established SSU session with the Charlie helping
      test us, cancel the test with the status of "unknown".
This commit is contained in:
jrandom
2005-08-21 18:39:05 +00:00
committed by zzz
parent ea41a90eae
commit 8f2a5b403c
6 changed files with 29 additions and 7 deletions

View File

@ -14,8 +14,8 @@ package net.i2p;
*
*/
public class CoreVersion {
public final static String ID = "$Revision: 1.37 $ $Date: 2005/08/03 13:58:12 $";
public final static String VERSION = "0.6.0.2";
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 static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);