diff --git a/utils/summary.c b/utils/summary.c index 7f109acf4..860174711 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 b49ccd92a..50a11eb99 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"