2007-08-05 Complication

* Update the sharing calculator on config.jsp
      and explain the trade-off even more thoroughly.
This commit is contained in:
complication
2007-08-06 03:35:42 +00:00
committed by zzz
parent 99b5bf9609
commit e3e1d0842d
3 changed files with 11 additions and 6 deletions

View File

@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
public final static String ID = "$Revision: 1.514 $ $Date: 2007-07-16 16:15:53 $";
public final static String ID = "$Revision: 1.515 $ $Date: 2007-08-04 22:25:31 $";
public final static String VERSION = "0.6.1.28";
public final static long BUILD = 17;
public final static long BUILD = 18;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
System.out.println("Router ID: " + RouterVersion.ID);