From b06d8e972731da9a958de4946ee6e2f3897f2431 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Thu, 4 Feb 2021 21:34:12 +0100 Subject: [PATCH] Build: prepare beta-4 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f86b62b..a91515d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ set(THREADS_PREFER_PTHREAD_FLAG ON) set(VERSION_MAJOR "0") set(VERSION_MINOR "1") set(VERSION_REVISION "0") -set(VERSION "beta-3") +set(VERSION "beta-4") option(FETCH_DEPS "Download dependencies if they are not found" ON) option(XMRIG "Include XMRig module" ON)