Integrated embedded config parsing #245

This commit is contained in:
Ben Gräf 2019-05-31 17:18:16 +02:00
parent 727dc786b8
commit a5af2e895f
4 changed files with 97 additions and 11 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.9.3 (based on XMRig)"
#define APP_VERSION "1.9.4-dev (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 9
#define APP_VER_BUILD 3
#define APP_VER_BUILD 4
#define APP_VER_REV 0
#ifndef NDEBUG