I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit e5b1450e authored by sponge's avatar sponge
Browse files

2009-04-03 sponge

    * Router build version incremented to 5 now that the build succeeds.
parent 25d5883a
No related branches found
No related tags found
No related merge requests found
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:
......
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment