From 71cc137254ad26f63faee664ea228bfa51f073be Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Mon, 8 Sep 2025 10:23:10 +0200 Subject: [PATCH] Update version to 6.19.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0b3fd2b..fe2355c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "6.18.0") # handled by release scripts +set(KF_VERSION "6.19.0") # handled by release scripts set(KF_DEP_VERSION "6.18.0") # handled by release scripts project(KImageFormats VERSION ${KF_VERSION})