From e7b24741cdfb82e8e960876c4bb70b965736d4af Mon Sep 17 00:00:00 2001 From: wowario Date: Fri, 3 Sep 2021 07:46:26 +0300 Subject: [PATCH] bump version --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 83dfddd..3ba9979 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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")