v1.2.11 Quick fix for number of cores detection

This commit is contained in:
aristocratos 2022-10-07 13:52:34 +02:00
parent e5cc895015
commit 14444760c4
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
## v1.2.11
* Fixed: Number of cores wrongly detected for Ryzen in rare cases.
## v1.2.10
* Fixed: Process tree filtering not case insensitive

View file

@ -73,7 +73,7 @@ namespace Global {
{"#801414", "██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝"},
{"#000000", "╚═════╝ ╚═╝ ╚═════╝ ╚═╝"},
};
const string Version = "1.2.10";
const string Version = "1.2.11";
int coreCount;
string overlay;