Updated Changelog/Version

This commit is contained in:
BenDroid 2017-11-03 20:25:34 +01:00
parent 64a653c9b0
commit ec2a1badf1
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,6 @@
# v1.0.7 # v1.0.7
- CCClient status update interval is now configurable - CCClient status update interval is now configurable
- Updated to latest head of xmrig (Optimized soft aes)
# v1.0.6 # v1.0.6
- Fixed launch in folder containing spaces (Win) - Fixed launch in folder containing spaces (Win)
# v1.0.5 # v1.0.5

View file

@ -29,7 +29,7 @@
#define APP_ID "xmrigCC" #define APP_ID "xmrigCC"
#define APP_NAME "XMRigCC" #define APP_NAME "XMRigCC"
#define APP_DESC "XMRigCC Command'n'Control Server" #define APP_DESC "XMRigCC Command'n'Control Server"
#define APP_VERSION "1.0.5" #define APP_VERSION "1.0.7"
#define APP_COPYRIGHT "Copyright (C) 2017- BenDr0id" #define APP_COPYRIGHT "Copyright (C) 2017- BenDr0id"
# else # else
#define APP_ID "xmrigCC" #define APP_ID "xmrigCC"