Preparation for #1.3.0

This commit is contained in:
BenDroid 2017-12-27 13:33:39 +01:00
parent 5d92227cd2
commit 9ef2eea854
3 changed files with 10 additions and 4 deletions

View file

@ -1,3 +1,9 @@
# v1.3.0
- Fixed Soft-aes modes (av=3, av=4) Bug: #11
- Added static build for linux with old libc (CentOs 5/6, debian, ...)
- Added notification to Dashboard when miner went offline with toggleswitch
- Added multi config editor to Dashboard to modify config of multiple miners at once
- Fixed MSV_VER for latest Visual Studio builds
# v1.2.2
- Added select/deselect all to dashboard
- Fixed memory leaks in XmrigCCServer

View file

@ -1,5 +1,5 @@
# version format
version: 1.2.{build}
version: 1.3.{build}
# build only tags
skip_non_tags: true

View file

@ -36,14 +36,14 @@
#define APP_DESC "XMRigCC CPU miner"
#define APP_COPYRIGHT "Copyright (C) 2017- BenDr0id"
#endif
#define APP_VERSION "1.2.2 (based on XMRig 2.4.3)"
#define APP_VERSION "1.3.0 (based on XMRig 2.4.3)"
#define APP_DOMAIN ""
#define APP_SITE "https://github.com/Bendr0id/xmrigCC"
#define APP_KIND "cpu"
#define APP_VER_MAJOR 1
#define APP_VER_MINOR 2
#define APP_VER_BUILD 2
#define APP_VER_MINOR 3
#define APP_VER_BUILD 0
#define APP_VER_REV 0
#ifndef NDEBUG