This commit is contained in:
zzz
2009-04-04 17:17:34 +00:00
parent b1bedb565f
commit a4b5c63702
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2009-04-04 zzz
* NTCP: Don't bid on messages too big to handle
2009-04-03 zzz
* Console:
- Fix bug with IE buttons not working,

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 = 6;
public final static long BUILD = 7;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
System.out.println("Router ID: " + RouterVersion.ID);