diff --git a/cmake/OpenSSL.cmake b/cmake/OpenSSL.cmake index 53e970dfe..898053010 100644 --- a/cmake/OpenSSL.cmake +++ b/cmake/OpenSSL.cmake @@ -5,7 +5,7 @@ if (WITH_TLS) set(OPENSSL_USE_STATIC_LIBS TRUE) set(OPENSSL_MSVC_STATIC_RT TRUE) - set(EXTRA_LIBS ${EXTRA_LIBS} Crypt32) + set(EXTRA_LIBS ${EXTRA_LIBS} crypt32) elseif (APPLE) set(OPENSSL_USE_STATIC_LIBS TRUE) endif() diff --git a/src/backend/opencl/OclCache_win.cpp b/src/backend/opencl/OclCache_win.cpp index c6da323cd..818381489 100644 --- a/src/backend/opencl/OclCache_win.cpp +++ b/src/backend/opencl/OclCache_win.cpp @@ -24,7 +24,7 @@ #include -#include +#include #include diff --git a/src/crypto/rx/Rx_win.cpp b/src/crypto/rx/Rx_win.cpp index ee8aceb43..ff3259f2e 100644 --- a/src/crypto/rx/Rx_win.cpp +++ b/src/crypto/rx/Rx_win.cpp @@ -36,7 +36,7 @@ #include "crypto/rx/RxConfig.h" -#include +#include #include #include #include diff --git a/src/version.h b/src/version.h index 4c7327454..c8ca562ac 100644 --- a/src/version.h +++ b/src/version.h @@ -28,7 +28,7 @@ #define APP_ID "xmrig" #define APP_NAME "XMRig" #define APP_DESC "XMRig miner" -#define APP_VERSION "5.11.2-dev" +#define APP_VERSION "5.11.2" #define APP_DOMAIN "xmrig.com" #define APP_SITE "www.xmrig.com" #define APP_COPYRIGHT "Copyright (C) 2016-2020 xmrig.com"