diff --git a/core/java/src/net/i2p/CoreVersion.java b/core/java/src/net/i2p/CoreVersion.java index 83d56f5a7..1fcd5ec66 100644 --- a/core/java/src/net/i2p/CoreVersion.java +++ b/core/java/src/net/i2p/CoreVersion.java @@ -14,8 +14,8 @@ package net.i2p; * */ public class CoreVersion { - public final static String ID = "$Revision: 1.58 $ $Date: 2006/04/13 07:40:21 $"; - public final static String VERSION = "0.6.1.16"; + public final static String ID = "$Revision: 1.59 $ $Date: 2006/04/15 02:58:13 $"; + public final static String VERSION = "0.6.1.17"; public static void main(String args[]) { System.out.println("I2P Core version: " + VERSION); diff --git a/history.txt b/history.txt index 4e9b8d763..f9718a431 100644 --- a/history.txt +++ b/history.txt @@ -1,4 +1,6 @@ -$Id: history.txt,v 1.460 2006/04/15 02:58:12 jrandom Exp $ +$Id: history.txt,v 1.461 2006/04/19 12:47:02 jrandom Exp $ + +* 2006-04-23 0.6.1.17 released 2006-04-19 jrandom * Adjust how we pick high capacity peers to allow the inclusion of fast diff --git a/installer/install.xml b/installer/install.xml index e959ad375..50772b9fd 100644 --- a/installer/install.xml +++ b/installer/install.xml @@ -4,7 +4,7 @@ i2p - 0.6.1.16 + 0.6.1.17 diff --git a/news.xml b/news.xml index a52cae4b1..bbaa7cb62 100644 --- a/news.xml +++ b/news.xml @@ -1,5 +1,5 @@ -