2005-03-23 jrandom

* Added more intelligent version checking in news.xml, in case we have a
      version newer than the one specified.
This commit is contained in:
jrandom
2005-03-24 03:18:15 +00:00
committed by zzz
parent a52f8b89dc
commit ff03be217e
3 changed files with 77 additions and 4 deletions

View File

@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
public final static String ID = "$Revision: 1.170 $ $Date: 2005/03/23 20:19:53 $";
public final static String ID = "$Revision: 1.171 $ $Date: 2005/03/23 21:38:11 $";
public final static String VERSION = "0.5.0.3";
public final static long BUILD = 4;
public final static long BUILD = 5;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION);
System.out.println("Router ID: " + RouterVersion.ID);