From c1129b25c3de4fded06c74dd0c85010f004db69d Mon Sep 17 00:00:00 2001 From: Tsu Jan Date: Sat, 13 Apr 2024 17:28:52 +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 443845f..8c50e20 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +lxqt-menu-data-2.0.0 / 2024-04-17 +================================= + * Ported to Qt6. + lxqt-menu-data-1.4.1 / 2023-11-10 ================================= * Made the package arch independent. diff --git a/CMakeLists.txt b/CMakeLists.txt index 1eff150..b85ed30 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.16 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)