[pim/pim-data-exporter] /: GIT_SILENT: time to increase version (silent)
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 5a069a606bcba601961637d35ff8e162be606389 by Laurent Montel.
Committed on 07/08/2026 at 05:32.
Pushed by mlaurent into branch 'master'.
GIT_SILENT: time to increase version
M +1 -1 CMakeLists.txt
https://invent.kde.org/pim/pim-data-exporter/-/commit/5a069a606bcba601961637d35ff8e162be606389
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6c189e01..42bf26f6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.29)
set(PIM_VERSION "6.8.40")
project(pim-data-exporter VERSION ${PIM_VERSION})
set(RELEASE_SERVICE_VERSION "26.11.40")
-set(KF_MIN_VERSION "6.26.0")
+set(KF_MIN_VERSION "6.27.0")
# Update it for each release
set(PIMDATAEXPORTER_RELEASE_VERSION_DATE "26.07.10") # yy.MM.dd
find_package(ECM ${KF_MIN_VERSION} CONFIG REQUIRED)