Updated version/changelog
This commit is contained in:
parent
4cf3f8a6ba
commit
c894c1e88c
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
# v1.2.2
|
||||||
|
- Added select/deselect all to dashboard
|
||||||
|
- Fixed memory leaks in XmrigCCServer
|
||||||
# v1.2.1
|
# v1.2.1
|
||||||
- Refactored Dashboard to send one command to multiple miners and "beautified" dashboard
|
- Refactored Dashboard to send one command to multiple miners and "beautified" dashboard
|
||||||
- Miner now publishs own config to XMRigCCServer on startup
|
- Miner now publishs own config to XMRigCCServer on startup
|
||||||
|
|
|
@ -36,14 +36,14 @@
|
||||||
#define APP_DESC "XMRigCC CPU miner"
|
#define APP_DESC "XMRigCC CPU miner"
|
||||||
#define APP_COPYRIGHT "Copyright (C) 2017- BenDr0id"
|
#define APP_COPYRIGHT "Copyright (C) 2017- BenDr0id"
|
||||||
#endif
|
#endif
|
||||||
#define APP_VERSION "1.2.1 (based on XMRig 2.4.3)"
|
#define APP_VERSION "1.2.2 (based on XMRig 2.4.3)"
|
||||||
#define APP_DOMAIN ""
|
#define APP_DOMAIN ""
|
||||||
#define APP_SITE "https://github.com/Bendr0id/xmrigCC"
|
#define APP_SITE "https://github.com/Bendr0id/xmrigCC"
|
||||||
#define APP_KIND "cpu"
|
#define APP_KIND "cpu"
|
||||||
|
|
||||||
#define APP_VER_MAJOR 1
|
#define APP_VER_MAJOR 1
|
||||||
#define APP_VER_MINOR 2
|
#define APP_VER_MINOR 2
|
||||||
#define APP_VER_BUILD 1
|
#define APP_VER_BUILD 2
|
||||||
#define APP_VER_REV 0
|
#define APP_VER_REV 0
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue