From 75743e8897385c6a477ac7432f5ebd93eac6a03f Mon Sep 17 00:00:00 2001 From: tobtoht Date: Mon, 14 Dec 2020 23:10:54 +0100 Subject: [PATCH] build: prepare beta-2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 05645f0..d4a3e91 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-1") +set(VERSION "beta-2") option(FETCH_DEPS "Download dependencies if they are not found" ON) option(XMRTO "Include Xmr.To module" ON)