Skip to content

Commit

Permalink
v2.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
xmrig committed Nov 19, 2018
1 parent f0b9c81 commit 6e97008
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ option(STRICT_CACHE "Enable strict checks for OpenCL cache" ON)
option(BUILD_STATIC "Build static binary" OFF)

option(WITH_DEBUG_LOG "Enable debug log output, network, etc" OFF)
option(WITH_INTERLEAVE_DEBUG_LOG "Enable debug log for threads interleave" ON)
option(WITH_INTERLEAVE_DEBUG_LOG "Enable debug log for threads interleave" OFF)

include (CheckIncludeFile)
include (cmake/cpu.cmake)
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#define APP_ID "xmrig-amd"
#define APP_NAME "XMRig-AMD"
#define APP_DESC "XMRig OpenCL miner"
#define APP_VERSION "2.8.6-dev"
#define APP_VERSION "2.8.6"
#define APP_DOMAIN "xmrig.com"
#define APP_SITE "www.xmrig.com"
#define APP_COPYRIGHT "Copyright (C) 2016-2018 xmrig.com"
Expand Down

0 comments on commit 6e97008

Please sign in to comment.