forked from I2P_Developers/i2p.i2p
* 2006-02-27 0.6.1.12 released
2006-02-27 jrandom * Adjust the jbigi.jar to use the athlon-optimized jbigi on windows/amd64 machines, rather than the generic jbigi (until we have an athlon64 optimized version)
This commit is contained in:
@@ -14,8 +14,8 @@ package net.i2p;
|
||||
*
|
||||
*/
|
||||
public class CoreVersion {
|
||||
public final static String ID = "$Revision: 1.53 $ $Date: 2006/02/16 15:44:09 $";
|
||||
public final static String VERSION = "0.6.1.11";
|
||||
public final static String ID = "$Revision: 1.54 $ $Date: 2006/02/21 10:20:17 $";
|
||||
public final static String VERSION = "0.6.1.12";
|
||||
|
||||
public static void main(String args[]) {
|
||||
System.out.println("I2P Core version: " + VERSION);
|
||||
|
Reference in New Issue
Block a user