forked from I2P_Developers/i2p.i2p
propagate from branch 'i2p.i2p' (head fd10b04ca3a6cf66e669bfad32d3011ed9f7e33c)
to branch 'i2p.i2p.zzz.ipv6' (head 6f6e16f14691f359322e665a7ad5ab65cbe1ca5e)
This commit is contained in:
@@ -16,7 +16,7 @@ package net.i2p;
|
||||
public class CoreVersion {
|
||||
/** deprecated */
|
||||
public final static String ID = "Monotone";
|
||||
public final static String VERSION = "0.9.5";
|
||||
public final static String VERSION = "0.9.6";
|
||||
|
||||
public static void main(String args[]) {
|
||||
System.out.println("I2P Core version: " + VERSION);
|
||||
|
@@ -757,6 +757,9 @@ public class NativeBigInteger extends BigInteger {
|
||||
else if (sCPUType.equals(JBIGI_OPTIMIZATION_COREI) && (!_is64) && ((_isKFreebsd) || (_isNetbsd) || (_isOpenbsd)))
|
||||
// corei and core2 are identical on 32bit kfreebsd, openbsd, and netbsd
|
||||
sAppend = JBIGI_OPTIMIZATION_CORE2;
|
||||
else if (sCPUType.equals(JBIGI_OPTIMIZATION_PENTIUM2) && _isSunos && _isX86)
|
||||
// pentium2 and pentium3 identical on X86 Solaris
|
||||
sAppend = JBIGI_OPTIMIZATION_PENTIUM3;
|
||||
else if (sCPUType.equals(JBIGI_OPTIMIZATION_VIAC32))
|
||||
// viac32 and pentium3 identical
|
||||
sAppend = JBIGI_OPTIMIZATION_PENTIUM3;
|
||||
|
Reference in New Issue
Block a user