Merge branch 'master' into dev

This commit is contained in:
XMRig 2020-03-07 02:59:53 +07:00
commit 6ac3534fd5
No known key found for this signature in database
GPG key ID: 446A53638BE94409
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
# v5.8.2
- [#1580](https://github.com/xmrig/xmrig/pull/1580) AstroBWT algorithm 20-50% speedup.
- Added new option `astrobwt-max-size`.
- [#1581](https://github.com/xmrig/xmrig/issues/1581) Fixed macOS build.
# v5.8.1
- [#1575](https://github.com/xmrig/xmrig/pull/1575) Fixed new block detection for DERO solo mining.

View file

@ -28,7 +28,7 @@
#define APP_ID "xmrig"
#define APP_NAME "XMRig"
#define APP_DESC "XMRig miner"
#define APP_VERSION "5.8.2-dev"
#define APP_VERSION "5.8.2"
#define APP_DOMAIN "xmrig.com"
#define APP_SITE "www.xmrig.com"
#define APP_COPYRIGHT "Copyright (C) 2016-2020 xmrig.com"