forked from I2P_Developers/i2p.i2p
* 2004-12-08 0.4.2.3 released
This commit is contained in:
@ -38,7 +38,7 @@ public class ByteArray implements Serializable, Comparable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* how many of the bytes in the array are 'valid'?
|
* Count how many of the bytes in the array are 'valid'.
|
||||||
* this property does not necessarily have meaning for all byte
|
* this property does not necessarily have meaning for all byte
|
||||||
* arrays.
|
* arrays.
|
||||||
*/
|
*/
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
$Id: history.txt,v 1.100 2004/12/06 20:09:20 jrandom Exp $
|
$Id: history.txt,v 1.101 2004/12/08 12:16:17 jrandom Exp $
|
||||||
|
|
||||||
|
* 2004-12-08 0.4.2.3 released
|
||||||
|
|
||||||
2004-12-08 jrandom
|
2004-12-08 jrandom
|
||||||
* Revised the buffering when reading from the SAM client and writing
|
* Revised the buffering when reading from the SAM client and writing
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<info>
|
<info>
|
||||||
<appname>i2p</appname>
|
<appname>i2p</appname>
|
||||||
<appversion>0.4.2.2</appversion>
|
<appversion>0.4.2.3</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.105 $ $Date: 2004/12/06 20:09:20 $";
|
public final static String ID = "$Revision: 1.106 $ $Date: 2004/12/08 12:16:17 $";
|
||||||
public final static String VERSION = "0.4.2.2";
|
public final static String VERSION = "0.4.2.3";
|
||||||
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);
|
System.out.println("I2P Router version: " + VERSION);
|
||||||
System.out.println("Router ID: " + RouterVersion.ID);
|
System.out.println("Router ID: " + RouterVersion.ID);
|
||||||
|
Reference in New Issue
Block a user