merge of '3534b3e357a365476c2deeb8470ae794595cf1a8'

and 'c06ed6aab297ea837746dfa5dacb1a8f78d8d3dc'
This commit is contained in:
dev
2009-04-11 20:28:28 +00:00
97 changed files with 4804 additions and 438 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 = 1;
public final static long BUILD = 16;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
System.out.println("Router ID: " + RouterVersion.ID);