diff --git a/CHANGELOG.md b/CHANGELOG.md index c5a94dbe1..51d8c7699 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ - [#3196](https://github.com/xmrig/xmrig/pull/3196) Show IP address for failed connections. - [#3185](https://github.com/xmrig/xmrig/issues/3185) Fixed macOS DMI reader. - [#3198](https://github.com/xmrig/xmrig/pull/3198) Fixed broken RandomX light mode mining. -- [#3202](https://github.com/xmrig/xmrig/pull/3202) Solo mining: added job timeout (default is 15 seconds) +- [#3202](https://github.com/xmrig/xmrig/pull/3202) Solo mining: added job timeout (default is 15 seconds). # v6.18.1 - [#3129](https://github.com/xmrig/xmrig/pull/3129) Fix: protectRX flushed CPU cache only on MacOS/iOS. diff --git a/src/version.h b/src/version.h index fd245efaf..a76efa076 100644 --- a/src/version.h +++ b/src/version.h @@ -1,6 +1,6 @@ /* XMRig - * Copyright (c) 2018-2022 SChernykh - * Copyright (c) 2016-2022 XMRig , + * Copyright (c) 2018-2023 SChernykh + * Copyright (c) 2016-2023 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,15 +22,15 @@ #define APP_ID "xmrig" #define APP_NAME "XMRig" #define APP_DESC "XMRig miner" -#define APP_VERSION "6.18.2-dev" +#define APP_VERSION "6.19.0-dev" #define APP_DOMAIN "xmrig.com" #define APP_SITE "www.xmrig.com" -#define APP_COPYRIGHT "Copyright (C) 2016-2022 xmrig.com" +#define APP_COPYRIGHT "Copyright (C) 2016-2023 xmrig.com" #define APP_KIND "miner" #define APP_VER_MAJOR 6 -#define APP_VER_MINOR 18 -#define APP_VER_PATCH 2 +#define APP_VER_MINOR 19 +#define APP_VER_PATCH 0 #ifdef _MSC_VER # if (_MSC_VER >= 1930) @@ -52,4 +52,4 @@ # endif #endif -#endif /* XMRIG_VERSION_H */ +#endif // XMRIG_VERSION_H