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:
cervantes
2005-07-16 12:52:35 +00:00
committed by zzz
parent 9267d7cae2
commit 0f8ede85ca
4 changed files with 71 additions and 41 deletions

View File

@ -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);