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:
@ -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);
|
||||
|
Reference in New Issue
Block a user