-11
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2009-04-07 zzz
|
||||
* NTCP: Prevent occasional NPE introduced in -4
|
||||
* streamr: Synchronize DatagramMaker
|
||||
|
||||
2009-04-07 sponge
|
||||
* SimpleTimer2, SimpleScheduler fixed so that the threads all run from
|
||||
The main threadgroup, not in the current possible child threadgroup.
|
||||
|
@ -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 = 10;
|
||||
public final static long BUILD = 11;
|
||||
public static void main(String args[]) {
|
||||
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
|
||||
System.out.println("Router ID: " + RouterVersion.ID);
|
||||
|
Reference in New Issue
Block a user