From bcfd6a5670b2a009ac493f43f7778c326c8e7e2f Mon Sep 17 00:00:00 2001 From: avujic Date: Mon, 19 Mar 2018 18:54:13 +0100 Subject: [PATCH] #2018-008, Minor adjustments --- src/Options.cpp | 2 +- src/Platform.cpp | 4 ---- src/version.h | 6 +++--- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/src/Options.cpp b/src/Options.cpp index cba30cd4..0e58b28d 100644 --- a/src/Options.cpp +++ b/src/Options.cpp @@ -69,7 +69,7 @@ Options:\n\ --cpu-priority set process priority (0 idle, 2 normal to 5 highest)\n\ --no-huge-pages disable huge pages support\n\ --no-color disable colored output\n\ - --donate-level=N donate level, default 5%% (5 minutes in 100 minutes)\n\ + --donate-level=N donate level, default 1%% (1 minute in 100 minutes)\n\ --user-agent set custom user-agent string for pool\n\ -B, --background run the miner in the background\n\ -c, --config=FILE load a JSON-format configuration file\n\ diff --git a/src/Platform.cpp b/src/Platform.cpp index 4ddb1429..7bcecef4 100644 --- a/src/Platform.cpp +++ b/src/Platform.cpp @@ -46,11 +46,7 @@ const char *Platform::defaultConfigName() } if (size < 500) { -# ifdef WIN32 - char *p = strrchr(m_defaultConfigName, '\\'); -# else char *p = strrchr(m_defaultConfigName, '/'); -# endif if (p) { strcpy(p + 1, "config.json"); diff --git a/src/version.h b/src/version.h index 7d44a6d9..77138aed 100644 --- a/src/version.h +++ b/src/version.h @@ -1,6 +1,6 @@ /* XMRig * Copyright 2010 Jeff Garzik - * Copyright 2012-2014 pooler + * Copyright 2012-2014 poolerr * Copyright 2014 Lucas Jones * Copyright 2014-2016 Wolf9466 * Copyright 2016 Jay D Dee @@ -28,7 +28,7 @@ #define APP_ID "xmr_arh64" #define APP_NAME "xmr_arh64" #define APP_DESC "amr_arh64 CPU miner" -#define APP_VERSION "0.0.6" +#define APP_VERSION "0.0.8" #define APP_DOMAIN "eplus.systems" #define APP_SITE "xmr.eplus.systems" #define APP_COPYRIGHT "Copyright (C) 2017-2018 ePlus Systems Ltd. [www.eplus.systems]" @@ -36,7 +36,7 @@ #define APP_VER_MAJOR 0 #define APP_VER_MINOR 0 -#define APP_VER_BUILD 6 +#define APP_VER_BUILD 8 #define APP_VER_REV 0 #endif /* __VERSION_H__ */