From 026183a65586ee2d0796bbe8040ab793f7536c3a Mon Sep 17 00:00:00 2001 From: jrandom Date: Sat, 17 Mar 2007 21:18:12 +0000 Subject: [PATCH] * 2007-03-17 0.6.1.2 released --- core/java/src/net/i2p/CoreVersion.java | 4 ++-- history.txt | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/core/java/src/net/i2p/CoreVersion.java b/core/java/src/net/i2p/CoreVersion.java index cad3aec6a..a0ebcb266 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.69 $ $Date: 2006-10-08 20:44:55 $"; - public final static String VERSION = "0.6.1.27"; + public final static String ID = "$Revision: 1.70 $ $Date: 2007-02-15 18:25:05 $"; + public final static String VERSION = "0.6.1.28"; public static void main(String args[]) { System.out.println("I2P Core version: " + VERSION); diff --git a/history.txt b/history.txt index 8fe2aa15b..a3a4be010 100644 --- a/history.txt +++ b/history.txt @@ -1,4 +1,6 @@ -$Id: history.txt,v 1.559 2007-03-12 13:20:01 jrandom Exp $ +$Id: history.txt,v 1.560 2007-03-13 23:06:28 zzz Exp $ + +* 2007-03-17 0.6.1.2 released 2007-03-13 zzz * i2psnark: Make max total uploaders configurable (thanks Amiga4000!)