Bumped version to 1.6.2

This commit is contained in:
BenDr0id 2018-04-19 17:23:24 +02:00
parent 84ba73120f
commit f0039013b5
2 changed files with 5 additions and 3 deletions

View file

@ -1,7 +1,9 @@
# 1.6.1 # 1.6.2
- Implementation of CN-Lite-IPBC algo - Implementation of CN-Lite-IPBC algo
- Fixed Windows 32bit build / crashes - Fixed Windows 32bit build / crashes
- Fixed XMRigCCServer crash when auth header is manipulated - Fixed XMRigCCServer crash when auth header is manipulated
# 1.6.1
- beta
# 1.6.0 # 1.6.0
- Complete rewrite of the stratum TCP/TLS network communication using boost::asio to fix connection issues and crashs - Complete rewrite of the stratum TCP/TLS network communication using boost::asio to fix connection issues and crashs
- Force of PoW via "variant" parameter in xmrg-proxy 2.5.2+, it now overrules local settings - Force of PoW via "variant" parameter in xmrg-proxy 2.5.2+, it now overrules local settings

View file

@ -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.6.1 (based on XMRig 2.5.2)" #define APP_VERSION "1.6.2 (based on XMRig 2.5.2)"
#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 6 #define APP_VER_MINOR 6
#define APP_VER_BUILD 1 #define APP_VER_BUILD 2
#define APP_VER_REV 0 #define APP_VER_REV 0
#ifndef NDEBUG #ifndef NDEBUG