diff --git a/core/java/src/net/i2p/CoreVersion.java b/core/java/src/net/i2p/CoreVersion.java index b91639b66..c4c7859cd 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.64 $ $Date: 2006-06-13 21:17:43 $"; - public final static String VERSION = "0.6.1.22"; + public final static String ID = "$Revision: 1.65 $ $Date: 2006-07-18 15:08:01 $"; + public final static String VERSION = "0.6.1.23"; public static void main(String args[]) { System.out.println("I2P Core version: " + VERSION); diff --git a/history.txt b/history.txt index 64697a3bb..41fbd2a57 100644 --- a/history.txt +++ b/history.txt @@ -1,4 +1,6 @@ -$Id: history.txt,v 1.498 2006-07-27 01:20:25 jrandom Exp $ +$Id: history.txt,v 1.499 2006-07-27 18:40:02 jrandom Exp $ + +* 2006-07-27 0.6.1.23 released 2006-07-27 jrandom * Cut down NTCP connection establishments once we know the peer is skewed diff --git a/installer/install.xml b/installer/install.xml index 571e17d7c..7eab0d38a 100644 --- a/installer/install.xml +++ b/installer/install.xml @@ -4,7 +4,7 @@ i2p - 0.6.1.22 + 0.6.1.23 diff --git a/news.xml b/news.xml index 10f13db9e..dfd37a296 100644 --- a/news.xml +++ b/news.xml @@ -1,5 +1,5 @@ -