forked from I2P_Developers/i2p.i2p
* 2005-10-29 0.6.1.4 released
This commit is contained in:
@@ -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);
|
||||||
|
@@ -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
|
||||||
|
@@ -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>
|
||||||
|
@@ -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);
|
||||||
|
Reference in New Issue
Block a user