Merge pull request 'Bump version' (#47) from dsc/wowlet:bump-version2 into master

Reviewed-on: #47
pull/53/head v0.2.0.0
dsc 3 years ago
commit c50a341527

@ -5,9 +5,9 @@ message(STATUS "Initiating compile using CMake ${CMAKE_VERSION}")
set(THREADS_PREFER_PTHREAD_FLAG ON) set(THREADS_PREFER_PTHREAD_FLAG ON)
set(VERSION_MAJOR "0") set(VERSION_MAJOR "0")
set(VERSION_MINOR "1") set(VERSION_MINOR "2")
set(VERSION_REVISION "0") set(VERSION_REVISION "0")
set(VERSION "beta-1") set(VERSION "beta-2")
option(FETCH_DEPS "Download dependencies if they are not found" ON) option(FETCH_DEPS "Download dependencies if they are not found" ON)
option(XMRIG "Include XMRig module" ON) option(XMRIG "Include XMRig module" ON)

Loading…
Cancel
Save