From 704060b59a8cbbaf7aaf1bb4b6a378b561f4741e Mon Sep 17 00:00:00 2001 From: XMRig Date: Tue, 26 Mar 2024 22:07:45 +0700 Subject: [PATCH] v6.21.1 --- src/version.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/version.h b/src/version.h index 3b022f68..53d35aae 100644 --- a/src/version.h +++ b/src/version.h @@ -1,6 +1,6 @@ /* XMRig - * Copyright (c) 2018-2023 SChernykh - * Copyright (c) 2016-2023 XMRig , + * Copyright (c) 2018-2024 SChernykh + * Copyright (c) 2016-2024 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 @@ -22,10 +22,10 @@ #define APP_ID "xmrig-proxy" #define APP_NAME "xmrig-proxy" #define APP_DESC "XMRig Stratum proxy" -#define APP_VERSION "6.21.1-dev" +#define APP_VERSION "6.21.1" #define APP_DOMAIN "xmrig.com" #define APP_SITE "www.xmrig.com" -#define APP_COPYRIGHT "Copyright (C) 2016-2023 xmrig.com" +#define APP_COPYRIGHT "Copyright (C) 2016-2024 xmrig.com" #define APP_KIND "proxy" #define APP_VER_MAJOR 6