forked from I2P_Developers/i2p.i2p
2005-04-03 jrandom
* EepGet fix for open-ended HTTP fetches (such as the news.xml feeding the NewsFetcher)
This commit is contained in:
@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
|
||||
*
|
||||
*/
|
||||
public class RouterVersion {
|
||||
public final static String ID = "$Revision: 1.177 $ $Date: 2005/04/01 06:28:06 $";
|
||||
public final static String ID = "$Revision: 1.178 $ $Date: 2005/04/01 08:29:26 $";
|
||||
public final static String VERSION = "0.5.0.5";
|
||||
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