This commit is contained in:
Ben Gräf 2019-01-14 22:50:12 +01:00
parent b071046d41
commit 6574a8e844
2 changed files with 4 additions and 2 deletions

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.9 (based on XMRig)"
#define APP_VERSION "1.8.10 (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 9
#define APP_VER_BUILD 10
#define APP_VER_REV 0
#ifndef NDEBUG