* 2007-03-17 0.6.1.2 released

This commit is contained in:
jrandom
2007-03-17 21:18:12 +00:00
committed by zzz
parent b033c7945c
commit 026183a655
2 changed files with 5 additions and 3 deletions

View File

@ -14,8 +14,8 @@ package net.i2p;
*
*/
public class CoreVersion {
public final static String ID = "$Revision: 1.69 $ $Date: 2006-10-08 20:44:55 $";
public final static String VERSION = "0.6.1.27";
public final static String ID = "$Revision: 1.70 $ $Date: 2007-02-15 18:25:05 $";
public final static String VERSION = "0.6.1.28";
public static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);

View File

@ -1,4 +1,6 @@
$Id: history.txt,v 1.559 2007-03-12 13:20:01 jrandom Exp $
$Id: history.txt,v 1.560 2007-03-13 23:06:28 zzz Exp $
* 2007-03-17 0.6.1.2 released
2007-03-13 zzz
* i2psnark: Make max total uploaders configurable (thanks Amiga4000!)