logging cleanup

This commit is contained in:
jrandom
2005-11-15 06:38:00 +00:00
committed by zzz
parent 5241953e5d
commit da42f5717b

View File

@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
* *
*/ */
public class RouterVersion { public class RouterVersion {
public final static String ID = "$Revision: 1.287 $ $Date: 2005/11/11 21:38:56 $"; public final static String ID = "$Revision: 1.288 $ $Date: 2005/11/14 19:45:36 $";
public final static String VERSION = "0.6.1.4"; public final static String VERSION = "0.6.1.4";
public final static long BUILD = 8; public final static long BUILD = 9;
public static void main(String args[]) { public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION + "-" + BUILD); System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
System.out.println("Router ID: " + RouterVersion.ID); System.out.println("Router ID: " + RouterVersion.ID);