Skip to content

Commit

Permalink
v2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xmrig committed Mar 26, 2018
1 parent 8103a14 commit 44413f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
# v2.5.2
- [#448](https://github.com/xmrig/xmrig/issues/478) Fixed broken reconnect.

# v2.5.1
- [#454](https://github.com/xmrig/xmrig/issues/454) Fixed build with libmicrohttpd version below v0.9.35.
- [#456](https://github.com/xmrig/xmrig/issues/459) Verbose errors related to donation pool was not fully silenced.
Expand Down
4 changes: 2 additions & 2 deletions src/version.h
Expand Up @@ -27,15 +27,15 @@
#define APP_ID "xmrig"
#define APP_NAME "XMRig"
#define APP_DESC "XMRig OpenCL miner"
#define APP_VERSION "2.5.1"
#define APP_VERSION "2.5.2"
#define APP_DOMAIN "xmrig.com"
#define APP_SITE "www.xmrig.com"
#define APP_COPYRIGHT "Copyright (C) 2016-2018 xmrig.com"
#define APP_KIND "amd"

#define APP_VER_MAJOR 2
#define APP_VER_MINOR 5
#define APP_VER_BUILD 1
#define APP_VER_BUILD 2
#define APP_VER_REV 0

#ifdef _MSC_VER
Expand Down

0 comments on commit 44413f2

Please sign in to comment.