* 2006-10-10 0.6.1.26 released

2006-10-10  jrandom
    * Removed the status display from the console, as its more confusing
      than informative (though the content is still displayed in the HTML)
This commit is contained in:
jrandom
2006-10-09 01:44:47 +00:00
committed by zzz
parent ef707e7956
commit 4c59cd7621
6 changed files with 25 additions and 11 deletions

View File

@@ -14,8 +14,8 @@ package net.i2p;
*
*/
public class CoreVersion {
public final static String ID = "$Revision: 1.67 $ $Date: 2006-07-29 13:03:19 $";
public final static String VERSION = "0.6.1.25";
public final static String ID = "$Revision: 1.8 $ $Date: 2006-09-09 12:46:25 $";
public final static String VERSION = "0.6.1.26";
public static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);