new history file and RouterVersion.BUILD (displayed on the web console and in the published stats)

(see soon-to-be-posted email to the list about this stuff)
This commit is contained in:
jrandom
2004-09-02 20:00:28 +00:00
committed by zzz
parent 591800a28a
commit 6e543f825d
4 changed files with 71 additions and 2 deletions

View File

@ -15,8 +15,9 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
public final static String ID = "$Revision: 1.16 $ $Date: 2004/08/12 21:15:54 $";
public final static String ID = "$Revision: 1.17 $ $Date: 2004/08/20 14:56:34 $";
public final static String VERSION = "0.3.4.3";
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);