From 082758da291e21f303cfc9dc0e0200e2bdecc84d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rolando=20S=C3=A1nchez=20Ramos?= Date: Thu, 20 Feb 2025 11:35:44 +0100 Subject: [PATCH] chore: Bump version number MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rolando Sánchez Ramos --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 01fa89574..3dd1e048b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -66,7 +66,7 @@ endif() project(saunafs) -set(DEFAULT_MIN_VERSION "4.7.0") +set(DEFAULT_MIN_VERSION "4.8.0") enable_language(C) include(GNUInstallDirs)