forked from I2P_Developers/i2p.i2p
2005-07-15 cervantes
* Added workaround for an odd win32 bug in the stats configuration console page which meant only the first checkbox selection was saved. 2005-07-15 Romster * Added per group selection toggles in the stats configuration console page.
This commit is contained in:
@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
|
||||
*
|
||||
*/
|
||||
public class RouterVersion {
|
||||
public final static String ID = "$Revision: 1.202 $ $Date: 2005/07/13 13:20:43 $";
|
||||
public final static String ID = "$Revision: 1.203 $ $Date: 2005/07/13 15:07:32 $";
|
||||
public final static String VERSION = "0.5.0.7";
|
||||
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);
|
||||
System.out.println("Router ID: " + RouterVersion.ID);
|
||||
|
Reference in New Issue
Block a user