CPUID: Fix Intel processor identification

This commit is contained in:
zzz
2014-10-03 17:45:34 +00:00
parent 7b6f32e5b2
commit 1c2b6fc00e
4 changed files with 32 additions and 4 deletions

View File

@@ -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 = 5;
public final static long BUILD = 6;
/** for example "-test" */
public final static String EXTRA = "";