2007-07-16 zzz
* Make selection of graphed data configurable via configstats.jsp, remove most of the default graphs to save some memory
This commit is contained in:
@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
|
||||
*
|
||||
*/
|
||||
public class RouterVersion {
|
||||
public final static String ID = "$Revision: 1.511 $ $Date: 2007-07-14 19:56:20 $";
|
||||
public final static String ID = "$Revision: 1.512 $ $Date: 2007-07-15 13:34:34 $";
|
||||
public final static String VERSION = "0.6.1.28";
|
||||
public final static long BUILD = 14;
|
||||
public final static long BUILD = 15;
|
||||
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