From 69e1749856e4d1b353f6cf138feb3506bec0c87a Mon Sep 17 00:00:00 2001 From: dsc Date: Thu, 31 Aug 2023 02:31:02 +0300 Subject: [PATCH] Bump version to 4.1.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 49df566..3ac80fa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ message(STATUS "Initiating compile using CMake ${CMAKE_VERSION}") set(THREADS_PREFER_PTHREAD_FLAG ON) set(VERSION_MAJOR "4") set(VERSION_MINOR "1") -set(VERSION_REVISION "0") +set(VERSION_REVISION "1") set(VERSION "beta-8") option(FETCH_DEPS "Download dependencies if they are not found" ON)