forked from I2P_Developers/i2p.i2p
CPUID:
- Fix model and family calculation - Fix most AMD family 15 IDs - Add AMD Llano, Jaguar, Bulldozer 2 - Add Intel Ivy Bridge, Haswell, Broadwell, Penryn, Pineview, Cedarview, Bay Trail, Avoton, and others - Set best-guess capabilities for most Intel processors - Supply best-guess model string in most cases - Processors listed above, and some others, may see crypto speedups as a result - Code cleanup, reduce number of JNI calls - Merge dup cases - Tab removal - Javadocs
This commit is contained in:
@ -18,7 +18,7 @@ public class RouterVersion {
|
||||
/** deprecated */
|
||||
public final static String ID = "Monotone";
|
||||
public final static String VERSION = CoreVersion.VERSION;
|
||||
public final static long BUILD = 3;
|
||||
public final static long BUILD = 4;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "";
|
||||
|
Reference in New Issue
Block a user