1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-07-04 07:32:41 -04:00

Compare commits

..

1 Commits

Author SHA1 Message Date
h8llama 8848f23c57 Merge df031be628 into 1efe7e9562 2024-04-22 09:02:43 -03:00
2 changed files with 2 additions and 5 deletions
-3
View File
@@ -1,6 +1,3 @@
# v6.21.3
- [#3462](https://github.com/xmrig/xmrig/pull/3462) RandomX: correct memcpy size for JIT initialization.
# v6.21.2
- The dependencies of all prebuilt releases have been updated. Support for old Ubuntu releases has been dropped.
- [#2800](https://github.com/xmrig/xmrig/issues/2800) Fixed donation with GhostRider algorithm for builds without KawPow algorithm.
+2 -2
View File
@@ -22,7 +22,7 @@
#define APP_ID "xmrig"
#define APP_NAME "XMRig"
#define APP_DESC "XMRig miner"
#define APP_VERSION "6.21.4-dev"
#define APP_VERSION "6.21.3-dev"
#define APP_DOMAIN "xmrig.com"
#define APP_SITE "www.xmrig.com"
#define APP_COPYRIGHT "Copyright (C) 2016-2024 xmrig.com"
@@ -30,7 +30,7 @@
#define APP_VER_MAJOR 6
#define APP_VER_MINOR 21
#define APP_VER_PATCH 4
#define APP_VER_PATCH 3
#ifdef _MSC_VER
# if (_MSC_VER >= 1930)