Changed version to 1.5.5

This commit is contained in:
BenDroid 2018-03-31 21:48:23 +02:00
parent b415ea317a
commit ad78580c18

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.5.4 (based on XMRig 2.5.2)" #define APP_VERSION "1.5.5 (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 5 #define APP_VER_MINOR 5
#define APP_VER_BUILD 3 #define APP_VER_BUILD 5
#define APP_VER_REV 0 #define APP_VER_REV 0
#ifndef NDEBUG #ifndef NDEBUG