1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-06-25 04:47:31 -04:00

Compare commits

..

1 Commits

Author SHA1 Message Date
Jean-Pierre De Jesus DIAZ
8127c69b1f Merge f0f6d1666c into 1efe7e9562 2024-04-14 15:02:27 +01:00
2 changed files with 2 additions and 5 deletions

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.

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)