v6.14.0-dev

This commit is contained in:
XMRig
2021-07-07 19:22:14 +07:00
parent f6120e56c3
commit 15d80896b8
2 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
# v6.14.0
- [#460](https://github.com/xmrig/xmrig-proxy/pull/460) Added new mode: `extra_nonce` for solo mining.
- Fixed `simple` mode for Wownero.
# v6.13.0
- [#458](https://github.com/xmrig/xmrig-proxy/pull/458) Added support for solo mining with miner signatures for the upcoming Wownero fork.

View File

@@ -22,15 +22,15 @@
#define APP_ID "xmrig-proxy"
#define APP_NAME "xmrig-proxy"
#define APP_DESC "XMRig Stratum proxy"
#define APP_VERSION "6.13.1-dev"
#define APP_VERSION "6.14.0-dev"
#define APP_DOMAIN "xmrig.com"
#define APP_SITE "www.xmrig.com"
#define APP_COPYRIGHT "Copyright (C) 2016-2020 xmrig.com"
#define APP_KIND "proxy"
#define APP_VER_MAJOR 6
#define APP_VER_MINOR 13
#define APP_VER_PATCH 1
#define APP_VER_MINOR 14
#define APP_VER_PATCH 0
#ifdef _MSC_VER
# if (_MSC_VER >= 1920)