diff --git a/core/java/src/net/i2p/CoreVersion.java b/core/java/src/net/i2p/CoreVersion.java index 190d2c88c..05555718d 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.42 $ $Date: 2005/09/17 20:29:59 $"; - public final static String VERSION = "0.6.1"; + 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 static void main(String args[]) { System.out.println("I2P Core version: " + VERSION); diff --git a/history.txt b/history.txt index 832150c6e..631e4a382 100644 --- a/history.txt +++ b/history.txt @@ -1,4 +1,6 @@ -$Id: history.txt,v 1.275 2005/09/30 18:12:57 jrandom Exp $ +$Id: history.txt,v 1.276 2005/09/30 19:57:34 ragnarok Exp $ + +* 2005-10-01 0.6.1.1 released 2005-09-30 ragnarok * Implemented conditional get for syndie remote archive imports. diff --git a/initialNews.xml b/initialNews.xml index 30fe69264..86ee01ded 100644 --- a/initialNews.xml +++ b/initialNews.xml @@ -1,5 +1,5 @@ - - + i2p - 0.6.1 + 0.6.1.1 diff --git a/news.xml b/news.xml index 95aacc6bf..473868fd0 100644 --- a/news.xml +++ b/news.xml @@ -1,5 +1,5 @@ - - + -• There's a new 0.6.1 release out, and while its backwards compatible, upgrading is recommended! Thanks
+• The new 0.6.1.1 release should help fix some long standing bugs, give it a try!
diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index c96469510..ea7df8549 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.252 $ $Date: 2005/09/30 15:29:19 $"; - public final static String VERSION = "0.6.1"; - public final static long BUILD = 3; + public final static String ID = "$Revision: 1.253 $ $Date: 2005/09/30 18:12:57 $"; + public final static String VERSION = "0.6.1.1"; + 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);