BOB: removed debugging (oops!)

BUMP: BOB to 00.00.02
BUMP router to -3
This commit is contained in:
sponge
2008-12-05 10:12:10 +00:00
parent 45ed744210
commit 9e39f34473
5 changed files with 11 additions and 17 deletions

View File

@ -17,7 +17,7 @@ import net.i2p.CoreVersion;
public class RouterVersion {
public final static String ID = "$Revision: 1.548 $ $Date: 2008-06-07 23:00:00 $";
public final static String VERSION = "0.6.5";
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);