2005-12-29 jrandom

* Minor fix to the new ERR-ClockSkew to deal with people whose clocks are
      actually correct
This commit is contained in:
jrandom
2005-12-29 13:07:22 +00:00
committed by zzz
parent 1d0d0d9c69
commit 728f177473
3 changed files with 8 additions and 3 deletions

View File

@@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
public final static String ID = "$Revision: 1.318 $ $Date: 2005/12/26 23:20:30 $";
public final static String ID = "$Revision: 1.319 $ $Date: 2005/12/27 08:20:54 $";
public final static String VERSION = "0.6.1.8";
public final static long BUILD = 2;
public final static long BUILD = 3;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
System.out.println("Router ID: " + RouterVersion.ID);