Skip to content

Commit ec08550

Browse files
committed
v2.5.2
1 parent 6f4ed5f commit ec08550

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# v2.5.2
2+
- [#448](https://github.com/xmrig/xmrig/issues/478) Fixed broken reconnect.
3+
14
# v2.5.1
25
- [#454](https://github.com/xmrig/xmrig/issues/454) Fixed build with libmicrohttpd version below v0.9.35.
36
- [#456](https://github.com/xmrig/xmrig/issues/459) Verbose errors related to donation pool was not fully silenced.

src/version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
#define APP_ID "xmrig"
2828
#define APP_NAME "XMRig"
2929
#define APP_DESC "XMRig CPU miner"
30-
#define APP_VERSION "2.5.1"
30+
#define APP_VERSION "2.5.2"
3131
#define APP_DOMAIN "xmrig.com"
3232
#define APP_SITE "www.xmrig.com"
3333
#define APP_COPYRIGHT "Copyright (C) 2016-2018 xmrig.com"
3434
#define APP_KIND "cpu"
3535

3636
#define APP_VER_MAJOR 2
3737
#define APP_VER_MINOR 5
38-
#define APP_VER_BUILD 1
38+
#define APP_VER_BUILD 2
3939
#define APP_VER_REV 0
4040

4141
#ifdef _MSC_VER

0 commit comments

Comments
 (0)