2006-07-01 Complication

* Ensure that the I2PTunnel web interface won't update tunnel settings
      for shared clients when a non-shared client is modified
      (thanks for spotting, BarkerJr!)
This commit is contained in:
complication
2006-07-01 22:44:34 +00:00
committed by zzz
parent f0a424a93f
commit 3d07205c9d
3 changed files with 27 additions and 14 deletions

View File

@@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
public final static String ID = "$Revision: 1.428 $ $Date: 2006-06-13 18:29:55 $";
public final static String ID = "$Revision: 1.429 $ $Date: 2006-06-13 21:17:48 $";
public final static String VERSION = "0.6.1.21";
public final static long BUILD = 0;
public final static long BUILD = 1;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
System.out.println("Router ID: " + RouterVersion.ID);