2004-11-16 jrandom
* Clean up the propogation of i2psocket options so that various streaming libs can honor them more precisely
This commit is contained in:
@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
|
||||
*
|
||||
*/
|
||||
public class RouterVersion {
|
||||
public final static String ID = "$Revision: 1.76 $ $Date: 2004/11/15 09:35:18 $";
|
||||
public final static String ID = "$Revision: 1.77 $ $Date: 2004/11/16 08:45:40 $";
|
||||
public final static String VERSION = "0.4.1.4";
|
||||
public final static long BUILD = 5;
|
||||
public final static long BUILD = 6;
|
||||
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