From 4fdec33c50a9262059d9cec3833e1cb80aa0c352 Mon Sep 17 00:00:00 2001 From: XMRig Date: Tue, 5 Mar 2019 01:18:34 +0700 Subject: [PATCH] v0.10.0 --- utils/summary.c | 9 +++++---- version.h | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/utils/summary.c b/utils/summary.c index 7f109acf..86017471 100644 --- a/utils/summary.c +++ b/utils/summary.c @@ -4,8 +4,9 @@ * Copyright 2014 Lucas Jones * Copyright 2014-2016 Wolf9466 * Copyright 2016 Jay D Dee - * Copyright 2016-2017 XMRig - * + * Copyright 2017-2018 XMR-Stak , + * Copyright 2018-2019 SChernykh + * Copyright 2016-2019 XMRig , * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -105,10 +106,10 @@ static void print_stratum() { void print_summary() { if (opt_colors) { - applog_notime(LOG_INFO, CL_LGR " * " CL_WHT APP_NAME " " APP_VERSION " " CL_LCY APP_SITE); + applog_notime(LOG_INFO, CL_LGR " * " CL_WHT APP_NAME " " APP_VERSION " " CL_LCY APP_SITE); } else { - applog_notime(LOG_INFO, " * " APP_NAME " " APP_VERSION " " APP_SITE); + applog_notime(LOG_INFO, " * " APP_NAME " " APP_VERSION " " APP_SITE); } print_memory(); diff --git a/version.h b/version.h index b49ccd92..50a11eb9 100644 --- a/version.h +++ b/version.h @@ -28,7 +28,7 @@ #define APP_ID "xmrig" #define APP_NAME "XMRig" #define APP_DESC "Monero (XMR) CPU miner" -#define APP_VERSION "0.10.0-dev" +#define APP_VERSION "0.10.0" #define APP_DOMAIN "xmrig.com" #define APP_SITE "www.xmrig.com" #define APP_COPYRIGHT "Copyright (C) 2016-2019 xmrig.com"