bump version

This commit is contained in:
wowario 2021-09-03 07:46:26 +03:00
parent 93a02bafd1
commit e7b24741cd
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111
1 changed files with 2 additions and 2 deletions

View File

@ -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")