From cffd0f50a4f97d35084929aec726fca218e8e8b0 Mon Sep 17 00:00:00 2001 From: xmrig Date: Sun, 21 Feb 2021 20:22:06 +0700 Subject: [PATCH 1/2] Update CPU.md --- doc/CPU.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/CPU.md b/doc/CPU.md index 508f1e2c..41f18137 100644 --- a/doc/CPU.md +++ b/doc/CPU.md @@ -1,3 +1,5 @@ +**:warning: Recent version of this page https://xmrig.com/docs/miner/config/cpu.** + # CPU backend All CPU related settings contains in one `cpu` object in config file, CPU backend allow specify multiple profiles and allow switch between them without restrictions by pool request or config change. Default auto-configuration create reasonable minimum of profiles which cover all supported algorithms. From 072881e1a1214befdd46f5823f4ba7afeb14136a Mon Sep 17 00:00:00 2001 From: XMRig Date: Sun, 21 Feb 2021 21:23:48 +0700 Subject: [PATCH 2/2] v6.9.0 --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 7afa0c67..15426415 100644 --- a/src/version.h +++ b/src/version.h @@ -28,7 +28,7 @@ #define APP_ID "xmrig" #define APP_NAME "XMRig" #define APP_DESC "XMRig miner" -#define APP_VERSION "6.9.0-dev" +#define APP_VERSION "6.9.0" #define APP_DOMAIN "xmrig.com" #define APP_SITE "www.xmrig.com" #define APP_COPYRIGHT "Copyright (C) 2016-2021 xmrig.com"