* 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
|
||||
* 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
|
||||
* Revised the buffering when reading from the SAM client and writing
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
<info>
|
||||
<appname>i2p</appname>
|
||||
<appversion>0.4.2.2</appversion>
|
||||
<appversion>0.4.2.3</appversion>
|
||||
<authors>
|
||||
<author name="I2P" email="support@i2p.net"/>
|
||||
</authors>
|
||||
|
@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
|
||||
*
|
||||
*/
|
||||
public class RouterVersion {
|
||||
public final static String ID = "$Revision: 1.105 $ $Date: 2004/12/06 20:09:20 $";
|
||||
public final static String VERSION = "0.4.2.2";
|
||||
public final static long BUILD = 9;
|
||||
public final static String ID = "$Revision: 1.106 $ $Date: 2004/12/08 12:16:17 $";
|
||||
public final static String VERSION = "0.4.2.3";
|
||||
public final static long BUILD = 0;
|
||||
public static void main(String args[]) {
|
||||
System.out.println("I2P Router version: " + VERSION);
|
||||
System.out.println("Router ID: " + RouterVersion.ID);
|
||||
|
Reference in New Issue
Block a user