[pim/akonadi-mime] /: GIT_SILENT: time to increase version (silent)
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 73d4f90b993b48384d92c3d754a9878e4579b28e by Laurent Montel.
Committed on 07/08/2026 at 05:27.
Pushed by mlaurent into branch 'master'.
GIT_SILENT: time to increase version
M +1 -1 CMakeLists.txt
https://invent.kde.org/pim/akonadi-mime/-/commit/73d4f90b993b48384d92c3d754a9878e4579b28e
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f8886b6..f1c17e9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,7 +6,7 @@ set(PIM_VERSION "6.8.41")
project(Akonadi-Mime VERSION ${PIM_VERSION})
# ECM setup
-set(KF_MIN_VERSION "6.26.0")
+set(KF_MIN_VERSION "6.27.0")
find_package(ECM ${KF_MIN_VERSION} CONFIG REQUIRED)
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})