* 2005-10-29 0.6.1.4 released

This commit is contained in:
jrandom
2005-10-29 23:20:04 +00:00
committed by zzz
parent e7d2281772
commit 60124cdcdc
4 changed files with 9 additions and 7 deletions

View File

@@ -14,8 +14,8 @@ package net.i2p;
* *
*/ */
public class CoreVersion { public class CoreVersion {
public final static String ID = "$Revision: 1.45 $ $Date: 2005/10/07 15:19:09 $"; public final static String ID = "$Revision: 1.46 $ $Date: 2005/10/14 08:48:04 $";
public final static String VERSION = "0.6.1.3"; public final static String VERSION = "0.6.1.4";
public static void main(String args[]) { public static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION); System.out.println("I2P Core version: " + VERSION);

View File

@@ -1,4 +1,6 @@
$Id: history.txt,v 1.307 2005/10/28 17:26:55 jrandom Exp $ $Id: history.txt,v 1.308 2005/10/29 16:35:27 jrandom Exp $
* 2005-10-29 0.6.1.4 released
2005-10-29 jrandom 2005-10-29 jrandom
* Improved the bandwidth throtting on tunnel participation, especially for * Improved the bandwidth throtting on tunnel participation, especially for

View File

@@ -4,7 +4,7 @@
<info> <info>
<appname>i2p</appname> <appname>i2p</appname>
<appversion>0.6.1.3</appversion> <appversion>0.6.1.4</appversion>
<authors> <authors>
<author name="I2P" email="support@i2p.net"/> <author name="I2P" email="support@i2p.net"/>
</authors> </authors>

View File

@@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
* *
*/ */
public class RouterVersion { public class RouterVersion {
public final static String ID = "$Revision: 1.278 $ $Date: 2005/10/28 17:26:53 $"; public final static String ID = "$Revision: 1.279 $ $Date: 2005/10/29 16:35:24 $";
public final static String VERSION = "0.6.1.3"; public final static String VERSION = "0.6.1.4";
public final static long BUILD = 9; public final static long BUILD = 0;
public static void main(String args[]) { public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION + "-" + BUILD); System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
System.out.println("Router ID: " + RouterVersion.ID); System.out.println("Router ID: " + RouterVersion.ID);