diff --git a/core/java/src/net/i2p/CoreVersion.java b/core/java/src/net/i2p/CoreVersion.java index e06249fe37..760c5e7a74 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.56 $ $Date: 2006/03/26 18:23:49 $"; - public final static String VERSION = "0.6.1.14"; + public final static String ID = "$Revision: 1.57 $ $Date: 2006/04/05 12:08:07 $"; + public final static String VERSION = "0.6.1.15"; public static void main(String args[]) { System.out.println("I2P Core version: " + VERSION); diff --git a/history.txt b/history.txt index 0bb0178ead..2648c80b29 100644 --- a/history.txt +++ b/history.txt @@ -1,4 +1,6 @@ -$Id: history.txt,v 1.453 2006/04/12 01:49:04 jrandom Exp $ +$Id: history.txt,v 1.454 2006/04/12 23:22:07 jrandom Exp $ + +* 2006-04-13 0.6.1.15 released 2006-04-12 jrandom * Added a further failsafe against trying to queue up too many messages to diff --git a/initialNews.xml b/initialNews.xml index c0ab5464ef..ea8545d540 100644 --- a/initialNews.xml +++ b/initialNews.xml @@ -1,5 +1,5 @@ - - + i2p - 0.6.1.14 + 0.6.1.15 diff --git a/news.xml b/news.xml index a570bea424..d8265ffc96 100644 --- a/news.xml +++ b/news.xml @@ -1,5 +1,5 @@ - - + • -2006-04-05: 0.6.1.14 released with important tunnel reliability, ssu, and peer -selection fixes. +2006-04-13: 0.6.1.15 released with helpful tunnel building and ssu improvements.
• 2006-04-04: diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index 280a751edd..580b74e17b 100644 --- a/router/java/src/net/i2p/router/RouterVersion.java +++ b/router/java/src/net/i2p/router/RouterVersion.java @@ -15,9 +15,9 @@ import net.i2p.CoreVersion; * */ public class RouterVersion { - public final static String ID = "$Revision: 1.393 $ $Date: 2006/04/12 01:49:05 $"; - public final static String VERSION = "0.6.1.14"; - public final static long BUILD = 8; + public final static String ID = "$Revision: 1.394 $ $Date: 2006/04/12 23:22:33 $"; + public final static String VERSION = "0.6.1.15"; + public final static long BUILD = 0; public static void main(String args[]) { System.out.println("I2P Router version: " + VERSION + "-" + BUILD); System.out.println("Router ID: " + RouterVersion.ID);