From 5b94965983ca8ef0e456937e6b9d01c6b83509df Mon Sep 17 00:00:00 2001
From: jrandom Perhaps the best introduction to Syndie can be found in
-Syndie itself.
Updates can be found by filtering for the syndie.intro tag (if you only want to
diff --git a/core/java/src/net/i2p/CoreVersion.java b/core/java/src/net/i2p/CoreVersion.java
index de1861a5c..2ffd60702 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.51 $ $Date: 2005/12/22 07:49:10 $";
- public final static String VERSION = "0.6.1.9";
+ public final static String ID = "$Revision: 1.52 $ $Date: 2006/01/12 16:18:38 $";
+ public final static String VERSION = "0.6.1.10";
public static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);
diff --git a/history.txt b/history.txt
index c5be6989d..8d72e01e6 100644
--- a/history.txt
+++ b/history.txt
@@ -1,4 +1,6 @@
-$Id: history.txt,v 1.400 2006/02/16 04:45:23 jrandom Exp $
+$Id: history.txt,v 1.401 2006/02/16 05:33:31 jrandom Exp $
+
+* 2006-02-16 0.6.1.10 released
2006-02-16 jrandom
* Add a new toggle to the web config to enable/disable the load testing
diff --git a/initialNews.xml b/initialNews.xml
index c270f5481..010f266c4 100644
--- a/initialNews.xml
+++ b/initialNews.xml
@@ -1,5 +1,5 @@
-
-
-2006-02-12:
-5 Day Warning - Upcoming 0.6.1.10 release
-will not be backward compatible
+2006-02-16:
+0.6.1.10 released with some major updates - it is not backwards compatible, so upgrading is essential.
2006-02-14:
diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java
index e265eefa6..3473cf47d 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.343 $ $Date: 2006/02/16 03:24:20 $";
- public final static String VERSION = "0.6.1.9";
- public final static long BUILD = 28;
+ public final static String ID = "$Revision: 1.344 $ $Date: 2006/02/16 05:33:29 $";
+ public final static String VERSION = "0.6.1.10";
+ 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);