File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
1
+ # v2.5.2
2
+ - [ #448 ] ( https://github.com/xmrig/xmrig/issues/478 ) Fixed broken reconnect.
3
+
1
4
# v2.5.1
2
5
- [ #454 ] ( https://github.com/xmrig/xmrig/issues/454 ) Fixed build with libmicrohttpd version below v0.9.35.
3
6
- [ #456 ] ( https://github.com/xmrig/xmrig/issues/459 ) Verbose errors related to donation pool was not fully silenced.
Original file line number Diff line number Diff line change 27
27
#define APP_ID "xmrig"
28
28
#define APP_NAME "XMRig"
29
29
#define APP_DESC "XMRig CPU miner"
30
- #define APP_VERSION "2.5.1 "
30
+ #define APP_VERSION "2.5.2 "
31
31
#define APP_DOMAIN "xmrig.com"
32
32
#define APP_SITE "www.xmrig.com"
33
33
#define APP_COPYRIGHT "Copyright (C) 2016-2018 xmrig.com"
34
34
#define APP_KIND "cpu"
35
35
36
36
#define APP_VER_MAJOR 2
37
37
#define APP_VER_MINOR 5
38
- #define APP_VER_BUILD 1
38
+ #define APP_VER_BUILD 2
39
39
#define APP_VER_REV 0
40
40
41
41
#ifdef _MSC_VER
You can’t perform that action at this time.
0 commit comments