Preparation for #1.3.2
This commit is contained in:
parent
0d652508b1
commit
60c72eaaea
3 changed files with 10 additions and 5 deletions
|
@ -36,14 +36,14 @@
|
|||
#define APP_DESC "XMRigCC CPU miner"
|
||||
#define APP_COPYRIGHT "Copyright (C) 2017- BenDr0id"
|
||||
#endif
|
||||
#define APP_VERSION "1.3.1 (based on XMRig 2.4.3)"
|
||||
#define APP_VERSION "1.3.2 (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 3
|
||||
#define APP_VER_BUILD 1
|
||||
#define APP_VER_BUILD 2
|
||||
#define APP_VER_REV 0
|
||||
|
||||
#ifndef NDEBUG
|
||||
|
@ -66,11 +66,9 @@
|
|||
# else
|
||||
# define MSVC_VERSION 0
|
||||
# endif
|
||||
#include <string>
|
||||
#else
|
||||
#include <string.h>
|
||||
#endif
|
||||
|
||||
#include <string>
|
||||
|
||||
class Version
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue