* 2005-10-07 0.6.1.2 released

2005-10-07  jrandom
    * Include the 1 second bandwidth usage on the console rather than the
      1 minute rate, as the 1 second value doesn't have the 1m/5m quantization
      issues.
This commit is contained in:
jrandom
2005-10-07 20:19:04 +00:00
committed by zzz
parent 7f6e65c76f
commit cdee5b2c31
9 changed files with 30 additions and 27 deletions

View File

@ -14,8 +14,8 @@ package net.i2p;
*
*/
public class CoreVersion {
public final static String ID = "$Revision: 1.43 $ $Date: 2005/09/29 14:19:23 $";
public final static String VERSION = "0.6.1.1";
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 static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);