forked from I2P_Developers/i2p.i2p
2005-05-01 jrandom
* Added a substantial optimization to the AES engine by caching the prepared session keys (duh).
This commit is contained in:
@@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
|
||||
*
|
||||
*/
|
||||
public class RouterVersion {
|
||||
public final static String ID = "$Revision: 1.194 $ $Date: 2005/04/30 19:48:15 $";
|
||||
public final static String ID = "$Revision: 1.195 $ $Date: 2005/05/01 12:21:49 $";
|
||||
public final static String VERSION = "0.5.0.7";
|
||||
public final static long BUILD = 6;
|
||||
public final static long BUILD = 7;
|
||||
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