Fix history.txt UTF-8 breakage
Javadoc fixes after review
This commit is contained in:
zzz
2014-11-01 18:50:26 +00:00
parent ad2052395f
commit 634bf5f7e3
7 changed files with 16 additions and 14 deletions

View File

@ -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
*/

View File

@ -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);