2005-09-18 jrandom

* Added support for pure 64bit linux with jbigi and the java service
      wrapper (no need for jcpuid if we're on os.arch=amd64).  Thanks mule
      et al for help testing!
    * UI cleanup in Syndie (thanks gloin and bar!)
This commit is contained in:
jrandom
2005-09-18 23:08:16 +00:00
committed by zzz
parent d40bb459ea
commit 3821e80ac8
12 changed files with 31 additions and 7 deletions

View File

@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
public final static String ID = "$Revision: 1.240 $ $Date: 2005/09/17 18:01:44 $";
public final static String ID = "$Revision: 1.241 $ $Date: 2005/09/17 20:29:59 $";
public final static String VERSION = "0.6.0.6";
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 + "-" + BUILD);
System.out.println("Router ID: " + RouterVersion.ID);