From 0802a5ae406f8db66e510100bc8e012127df01c7 Mon Sep 17 00:00:00 2001 From: complication Date: Mon, 4 Feb 2008 23:52:11 +0000 Subject: [PATCH] 2008-02-05 Complication * Change the dates too (sorry for such forgetfulness!) --- history.txt | 3 +++ news.xml | 6 +++--- router/java/src/net/i2p/router/RouterVersion.java | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/history.txt b/history.txt index 33885eaed..7619aa585 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,6 @@ +2008-02-05 Complication + * Change the dates too (sorry for such forgetfulness!) + 2008-02-04 Complication * Also use the new key for checking, and add it into news.xml diff --git a/news.xml b/news.xml index a031cc6ee..bb0c66b07 100644 --- a/news.xml +++ b/news.xml @@ -1,4 +1,4 @@ - + • -2008-01-31: *.i2p[.net] Replacements +2008-02-05: *.i2p[.net] Replacements

As you probably know, www.i2p.net and its related sites and services went down January 13 after @@ -29,7 +29,7 @@ is available at

• -2008-01-31: Upcoming 0.6.1.31 Release +2008-02-05: Upcoming 0.6.1.31 Release

And, since i2p's lead developer has gone AWOL, diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index a7c20c68c..332140ea1 100644 --- a/router/java/src/net/i2p/router/RouterVersion.java +++ b/router/java/src/net/i2p/router/RouterVersion.java @@ -17,7 +17,7 @@ import net.i2p.CoreVersion; public class RouterVersion { public final static String ID = "$Revision: 1.548 $ $Date: 2008-01-08 21:15:43 $"; public final static String VERSION = "0.6.1.30"; - public final static long BUILD = 25; + public final static long BUILD = 26; public static void main(String args[]) { System.out.println("I2P Router version: " + VERSION + "-" + BUILD); System.out.println("Router ID: " + RouterVersion.ID);