From a68ebf3564a938cda51101e4d6dd862d51aed6e3 Mon Sep 17 00:00:00 2001 From: dsc Date: Wed, 14 Apr 2021 22:31:46 +0200 Subject: [PATCH] Bump version --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1742644..9663bf6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,9 +5,9 @@ message(STATUS "Initiating compile using CMake ${CMAKE_VERSION}") set(THREADS_PREFER_PTHREAD_FLAG ON) set(VERSION_MAJOR "0") -set(VERSION_MINOR "1") +set(VERSION_MINOR "2") set(VERSION_REVISION "0") -set(VERSION "beta-1") +set(VERSION "beta-2") option(FETCH_DEPS "Download dependencies if they are not found" ON) option(XMRIG "Include XMRig module" ON)