From 209e41f4fbf874d110ccac9ee906ac61d1c7125b Mon Sep 17 00:00:00 2001 From: Tsu Jan Date: Sun, 14 Apr 2024 19:24:16 +0330 Subject: [PATCH] Pre-release changes --- CHANGELOG | 4 ++++ CMakeLists.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 072c1f9..3618994 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +libsysstat-1.0.0 / 2024-04-17 +============================= + * Ported to Qt6. + libsysstat-0.4.6 / 2021-11-04 ============================= * Updated AUTHORS. diff --git a/CMakeLists.txt b/CMakeLists.txt index 280fd12..8734264 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.18.0 FATAL_ERROR) # CMP0000: Call the cmake_minimum_required() command at the beginning of the top-level # CMakeLists.txt file even before calling the project() command. # The cmake_minimum_required(VERSION) command implicitly invokes the cmake_policy(VERSION)