This commit is contained in:
dev
2009-04-13 12:28:16 +00:00
parent 24b012a843
commit 548efed8d8
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2009-04-13 welterde
* small fix in the eepproxy
2009-04-11 welterde
* fixed NPE in NTCP transport

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