Skip to content

Commit

Permalink
v6.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xmrig committed Apr 4, 2022
1 parent ccef121 commit 75535a2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v6.17.0
- [#157](https://github.com/xmrig/xmrig-cuda/pull/157) Added Dero HE (`astrobwt/v2`) support.

# v6.15.1
- [#119](https://github.com/xmrig/xmrig-cuda/issues/119) Fixed compile error on Linux.
- [#124](https://github.com/xmrig/xmrig-cuda/pull/124) Fixed `"out of memory"` error on non-CryptoNight algorithms.
Expand Down
12 changes: 6 additions & 6 deletions src/version.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* XMRig
* Copyright (c) 2018-2021 SChernykh <https://github.com/SChernykh>
* Copyright (c) 2016-2021 XMRig <https://github.com/xmrig>, <support@xmrig.com>
* Copyright (c) 2018-2022 SChernykh <https://github.com/SChernykh>
* Copyright (c) 2016-2022 XMRig <https://github.com/xmrig>, <support@xmrig.com>
*
* 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
Expand All @@ -22,14 +22,14 @@
#define APP_ID "xmrig-cuda"
#define APP_NAME "XMRig"
#define APP_DESC "XMRig CUDA plugin"
#define APP_VERSION "6.15.2-dev"
#define APP_VERSION "6.17.0"
#define APP_DOMAIN "xmrig.com"
#define APP_SITE "www.xmrig.com"
#define APP_COPYRIGHT "Copyright (C) 2016-2021 xmrig.com"
#define APP_COPYRIGHT "Copyright (C) 2016-2022 xmrig.com"

#define APP_VER_MAJOR 6
#define APP_VER_MINOR 15
#define APP_VER_PATCH 2
#define APP_VER_MINOR 17
#define APP_VER_PATCH 0

#define API_VERSION 4

Expand Down

0 comments on commit 75535a2

Please sign in to comment.