2004-09-03 jrandom

* Updated default wrapper.config to deal with the hard restart option
    * Include the history.txt in the /help.jsp page
    * HTML updates (wrapper.log, and no more unix scripts)
    * Updated VERSION constants to 0.4
This commit is contained in:
jrandom
2004-09-03 19:46:07 +00:00
committed by zzz
parent 7b86edaf7f
commit 63937d0fba
9 changed files with 28 additions and 57 deletions

View File

@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
public final static String ID = "$Revision: 1.19 $ $Date: 2004/09/02 16:26:03 $";
public final static String VERSION = "0.3.4.3";
public final static long BUILD = 2;
public final static String ID = "$Revision: 1.20 $ $Date: 2004/09/03 02:22:24 $";
public final static String VERSION = "0.4";
public final static long BUILD = 3;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION);
System.out.println("Router ID: " + RouterVersion.ID);