forked from I2P_Developers/i2p.i2p
0.9.16
Fix history.txt UTF-8 breakage Javadoc fixes after review
This commit is contained in:
@ -143,7 +143,7 @@ public class CPUID {
|
||||
}
|
||||
|
||||
/**
|
||||
* Only valid if family == 15.
|
||||
* Only valid if family == 15, or, for Intel only, family == 6.
|
||||
* Left shift by 4 and then add model to get full model.
|
||||
* @return 0-15
|
||||
*/
|
||||
|
@ -16,7 +16,7 @@ package net.i2p;
|
||||
public class CoreVersion {
|
||||
/** deprecated */
|
||||
public final static String ID = "Monotone";
|
||||
public final static String VERSION = "0.9.15";
|
||||
public final static String VERSION = "0.9.16";
|
||||
|
||||
public static void main(String args[]) {
|
||||
System.out.println("I2P Core version: " + VERSION);
|
||||
|
Reference in New Issue
Block a user