* 2004-12-08 0.4.2.3 released

This commit is contained in:
jrandom
2004-12-08 21:08:10 +00:00
committed by zzz
parent d88396c1e2
commit af52cad4ea
4 changed files with 8 additions and 6 deletions

View File

@ -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.
*/

View File

@ -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

View File

@ -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>

View File

@ -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);