[pim/korganizer] /: GIT_SILENT: time to increase version (silent)
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 278c8ac3eb0910dc3a2efea52cbfa783f58f56a1 by Laurent Montel.
Committed on 07/08/2026 at 05:31.
Pushed by mlaurent into branch 'master'.
GIT_SILENT: time to increase version
M +1 -1 CMakeLists.txt
https://invent.kde.org/pim/korganizer/-/commit/278c8ac3eb0910dc3a2efea52cbfa783f58f56a1
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 791873463..ee7d35a84 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -20,7 +20,7 @@ set(KDEPIM_VERSION "${PIM_VERSION}${KDEPIM_DEV_VERSION} (${RELEASE_SERVICE_VERSI
project(korganizer VERSION ${PIM_VERSION})
-set(KF_MIN_VERSION "6.26.0")
+set(KF_MIN_VERSION "6.27.0")
set(QT_REQUIRED_VERSION "6.9.0")
find_package(ECM ${KF_MIN_VERSION} CONFIG REQUIRED)