[pim/mbox-importer] /: GIT_SILENT: master is opened (silent)
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 28d3ff2e65032b3d1dd132ddd692200d29c26c4e by Laurent Montel.
Committed on 08/08/2026 at 21:09.
Pushed by mlaurent into branch 'master'.
GIT_SILENT: master is opened
M +4 -4 CMakeLists.txt
https://invent.kde.org/pim/mbox-importer/-/commit/28d3ff2e65032b3d1dd132ddd692200d29c26c4e
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fcc876f..77e540d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -102,7 +102,7 @@ endif()
set(KDEPIM_VERSION "${PIM_VERSION}${KDEPIM_DEV_VERSION} (${RELEASE_SERVICE_VERSION})")
-set(AKONADI_VERSION "6.7.40")
+set(AKONADI_VERSION "6.8.40")
find_package(
Qt6
@@ -112,9 +112,9 @@ find_package(
Gui
Widgets
)
-set(LIBMAILIMPORTER_VERSION "6.7.40")
-set(MAILCOMMON_LIB_VERSION "6.7.40")
-set(IDENTITYMANAGEMENT_LIB_VERSION "6.7.40")
+set(LIBMAILIMPORTER_VERSION "6.8.40")
+set(MAILCOMMON_LIB_VERSION "6.8.40")
+set(IDENTITYMANAGEMENT_LIB_VERSION "6.8.40")
# Find KF6 package
find_package(KF6Config ${KF_MIN_VERSION} CONFIG REQUIRED)