2005-03-25 jrandom

* Fixed up building dependencies for the routerconsole on some more
      aggressive compilers (thanks polecat!)
This commit is contained in:
jrandom
2005-03-25 04:07:05 +00:00
committed by zzz
parent 75d7c81b7c
commit 85b3450525
3 changed files with 12 additions and 3 deletions

View File

@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
public final static String ID = "$Revision: 1.172 $ $Date: 2005/03/23 22:18:15 $";
public final static String ID = "$Revision: 1.173 $ $Date: 2005/03/24 02:29:27 $";
public final static String VERSION = "0.5.0.4";
public final static long BUILD = 0;
public final static long BUILD = 1;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION);
System.out.println("Router ID: " + RouterVersion.ID);