2009-04-04 sponge

* Hopeful fixups to the infamous orpahned tunnel problem.
    * BOB now 0.0.5
This commit is contained in:
sponge
2009-04-04 19:47:36 +00:00
parent a4b5c63702
commit bd489cf439
11 changed files with 236 additions and 127 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 = CoreVersion.VERSION;
public final static long BUILD = 7;
public final static long BUILD = 8;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
System.out.println("Router ID: " + RouterVersion.ID);