mirror of
https://git.wownero.com/wowlet/wowlet.git
synced 2024-08-15 01:03:14 +00:00
bump version
This commit is contained in:
parent
93a02bafd1
commit
e7b24741cd
1 changed files with 2 additions and 2 deletions
|
@ -4,10 +4,10 @@ project(wowlet)
|
|||
message(STATUS "Initiating compile using CMake ${CMAKE_VERSION}")
|
||||
|
||||
set(THREADS_PREFER_PTHREAD_FLAG ON)
|
||||
set(VERSION_MAJOR "3")
|
||||
set(VERSION_MAJOR "5")
|
||||
set(VERSION_MINOR "0")
|
||||
set(VERSION_REVISION "0")
|
||||
set(VERSION "beta-4")
|
||||
set(VERSION "beta-5")
|
||||
|
||||
option(FETCH_DEPS "Download dependencies if they are not found" ON)
|
||||
option(XMRIG "Include XMRig module")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue