* 2005-10-14 0.6.1.3 released

2005-10-14  jrandom
    * Added a key explaining peers.jsp a bit (thanks tethra!)
This commit is contained in:
jrandom
2005-10-14 13:48:04 +00:00
committed by zzz
parent cabb607211
commit 20ea680ff0
8 changed files with 43 additions and 30 deletions

View File

@ -14,8 +14,8 @@ package net.i2p;
*
*/
public class CoreVersion {
public final static String ID = "$Revision: 1.44 $ $Date: 2005/10/01 14:20:09 $";
public final static String VERSION = "0.6.1.2";
public final static String ID = "$Revision: 1.45 $ $Date: 2005/10/07 15:19:09 $";
public final static String VERSION = "0.6.1.3";
public static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);