2005-11-10 jrandom
* First pass to a new threaded Syndie interface, which isn't enabled by default, as its not done yet.
This commit is contained in:
@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
|
||||
*
|
||||
*/
|
||||
public class RouterVersion {
|
||||
public final static String ID = "$Revision: 1.284 $ $Date: 2005/11/05 16:12:59 $";
|
||||
public final static String ID = "$Revision: 1.285 $ $Date: 2005/11/06 17:25:18 $";
|
||||
public final static String VERSION = "0.6.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 + "-" + BUILD);
|
||||
System.out.println("Router ID: " + RouterVersion.ID);
|
||||
|
Reference in New Issue
Block a user