-6
This commit is contained in:
10
history.txt
10
history.txt
@ -1,6 +1,16 @@
|
|||||||
|
2009-04-03 zzz
|
||||||
|
* Console:
|
||||||
|
- Fix bug with IE buttons not working,
|
||||||
|
because it sends the label instead of the value
|
||||||
|
- Display version of downloaded update
|
||||||
|
* Update:
|
||||||
|
- Change default to "Download and verify"
|
||||||
|
- Change news fetch default to 24h (was 12h)
|
||||||
|
|
||||||
2009-04-03 sponge
|
2009-04-03 sponge
|
||||||
* Fix broken dependencies for BOB.jar
|
* Fix broken dependencies for BOB.jar
|
||||||
* Router build version incremented to 5.
|
* Router build version incremented to 5.
|
||||||
|
|
||||||
2009-04-02 zzz
|
2009-04-02 zzz
|
||||||
* Profiles:
|
* Profiles:
|
||||||
- Remove unused calculators and RateStats:
|
- Remove unused calculators and RateStats:
|
||||||
|
@ -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 = CoreVersion.VERSION;
|
public final static String VERSION = CoreVersion.VERSION;
|
||||||
public final static long BUILD = 5;
|
public final static long BUILD = 6;
|
||||||
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