#1.8.12 Preparation

This commit is contained in:
Ben Gräf 2019-01-28 22:49:29 +01:00
parent 3244b72871
commit 9a28900750
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
# 1.8.12
- Fixed #228 "force-pow-variant" overrules autodetect for XTLv9/Fast2
- Fixed out of source building (asm code generator)
- CN-Ultralite is shown correctly on the Dashboard
# 1.8.11
- Implemented fix for upcominng Massari fork
- Refactoring ASM code/cleanup

View file

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