forked from I2P_Developers/i2p.i2p
Revision/history changes
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2008-10-08 sponge
|
||||||
|
* Update version to -2
|
||||||
|
* Bugfixes and additions to BOB
|
||||||
|
|
||||||
2008-10-07 sponge
|
2008-10-07 sponge
|
||||||
* Bugfixes and additions to streaming.
|
* Bugfixes and additions to streaming.
|
||||||
* Added SimpleStore class in utils.
|
* Added SimpleStore class in utils.
|
||||||
|
@ -17,7 +17,7 @@ import net.i2p.CoreVersion;
|
|||||||
public class RouterVersion {
|
public class RouterVersion {
|
||||||
public final static String ID = "$Revision: 1.548 $ $Date: 2008-06-07 23:00:00 $";
|
public final static String ID = "$Revision: 1.548 $ $Date: 2008-06-07 23:00:00 $";
|
||||||
public final static String VERSION = "0.6.4";
|
public final static String VERSION = "0.6.4";
|
||||||
public final static long BUILD = 1;
|
public final static long BUILD = 2;
|
||||||
public static void main(String args[]) {
|
public static void main(String args[]) {
|
||||||
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
|
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
|
||||||
System.out.println("Router ID: " + RouterVersion.ID);
|
System.out.println("Router ID: " + RouterVersion.ID);
|
||||||
|
Reference in New Issue
Block a user