Skip to content

Commit

Permalink
v6.5.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
xmrig committed Nov 14, 2020
1 parent 0c43fd2 commit 3dccb1b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v6.5.0
- [#74](https://github.com/xmrig/xmrig-cuda/pull/74) Fixed CUDA 8.0 support, RandomX, AstroBWT, and KawPow disabled for this CUDA version.
- [#76](https://github.com/xmrig/xmrig-cuda/pull/76) Fixed high CPU usage on Cryptonight and AstroBWT.
- Removed legacy API and added version information on Windows.

# v6.4.1
- [#72](https://github.com/xmrig/xmrig-cuda/issues/72) Fixed broken KawPow on Linux.

Expand Down
6 changes: 3 additions & 3 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
#define APP_ID "xmrig-cuda"
#define APP_NAME "XMRig"
#define APP_DESC "XMRig CUDA plugin"
#define APP_VERSION "6.4.2-dev"
#define APP_VERSION "6.5.0-dev"
#define APP_DOMAIN "xmrig.com"
#define APP_SITE "www.xmrig.com"
#define APP_COPYRIGHT "Copyright (C) 2016-2020 xmrig.com"

#define APP_VER_MAJOR 6
#define APP_VER_MINOR 4
#define APP_VER_PATCH 2
#define APP_VER_MINOR 5
#define APP_VER_PATCH 0

#define API_VERSION 3

Expand Down

0 comments on commit 3dccb1b

Please sign in to comment.