v1.2.12 Bug fix

This commit is contained in:
aristocratos 2022-10-07 20:59:47 +02:00
parent 4f45b9b25f
commit 3dd6a6cc6b
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
## v1.2.12
* Added: Dynamic updating of max number of CPU cores.
## v1.2.11
* Fixed: Number of cores wrongly detected for Ryzen in rare cases.

View file

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