From ecd158f64f8cff1a9404f5a818217d03563da6e0 Mon Sep 17 00:00:00 2001 From: Jonathan Riddell Date: Fri, 12 Apr 2024 16:08:59 +0100 Subject: [PATCH] update version for new release --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ccff21b..3188da2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "6.1.0") # handled by release scripts +set(KF_VERSION "6.2.0") # handled by release scripts set(KF_DEP_VERSION "6.1.0") # handled by release scripts project(KCrash VERSION ${KF_VERSION})