* 2005-01-06 0.4.2.6 released

2005-01-06  jrandom
    * Added a startup message to the addressbook, printing its version number
      to stdout (which is sent to wrapper.config) when it loads.
    * Updated the addressbook to reread the config file periodically
    * Added orion.i2p to the list of eepsites on the default homepage
This commit is contained in:
jrandom
2005-01-06 20:59:13 +00:00
committed by zzz
parent 34ecfd9857
commit daf32a24bc
6 changed files with 33 additions and 17 deletions

View File

@@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
public final static String ID = "$Revision: 1.129 $ $Date: 2004/12/31 19:57:01 $";
public final static String VERSION = "0.4.2.5";
public final static long BUILD = 7;
public final static String ID = "$Revision: 1.130 $ $Date: 2005/01/05 19:17:54 $";
public final static String VERSION = "0.4.2.6";
public final static long BUILD = 0;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION);
System.out.println("Router ID: " + RouterVersion.ID);