2009-04-03 sponge

* Router build version incremented to 5 now that the build succeeds.
This commit is contained in:
sponge
2009-04-03 15:33:51 +00:00
parent 25d5883a0e
commit e5b1450e83
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
2009-04-03 sponge
* Fix broken dependencies for BOB.jar
* Router build version incremented to 5.
2009-04-02 zzz
* Profiles:
- Remove unused calculators and RateStats:

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