forked from I2P_Developers/i2p.i2p
2004-12-05 jrandom
* Fixed some links in the console (thanks ugha!) and the javadoc (thanks dinoman!) * Fix the stream's passive flush timer (oh, its supposed to work?)
This commit is contained in:
@@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
|
||||
*
|
||||
*/
|
||||
public class RouterVersion {
|
||||
public final static String ID = "$Revision: 1.98 $ $Date: 2004/12/01 22:20:03 $";
|
||||
public final static String ID = "$Revision: 1.99 $ $Date: 2004/12/04 18:40:53 $";
|
||||
public final static String VERSION = "0.4.2.2";
|
||||
public final static long BUILD = 2;
|
||||
public final static long BUILD = 3;
|
||||
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