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

Reviewed-on: https://git.wownero.com/wowlet/wowlet/pulls/47
This commit is contained in:
dsc 2021-04-14 20:32:37 +00:00
commit c50a341527
1 changed files with 2 additions and 2 deletions

View File

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