summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md4
-rw-r--r--src/btop.cpp2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fc8e9e6..2584889 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
diff --git a/src/btop.cpp b/src/btop.cpp
index 6df4fc7..60fda74 100644
--- a/src/btop.cpp
+++ b/src/btop.cpp
@@ -73,7 +73,7 @@ namespace Global {
{"#801414", "██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝"},
{"#000000", "╚═════╝ ╚═╝ ╚═════╝ ╚═╝"},
};
- const string Version = "1.2.10";
+ const string Version = "1.2.11";
int coreCount;
string overlay;