I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit af52cad4 authored by jrandom's avatar jrandom Committed by zzz
Browse files

* 2004-12-08 0.4.2.3 released

parent d88396c1
No related branches found
No related tags found
No related merge requests found
......@@ -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.
*/
......
$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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment