[pim/kleopatra] /: GIT_SILENT: master is opened (silent)
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit f6586cb1db11018a7731a47ef1145ae148113bf8 by Laurent Montel. Committed on 08/08/2026 at 21:09. Pushed by mlaurent into branch 'master'. GIT_SILENT: master is opened M +5 -5 CMakeLists.txt https://invent.kde.org/pim/kleopatra/-/commit/f6586cb1db11018a7731a47ef1145ae148113bf8 diff --git a/CMakeLists.txt b/CMakeLists.txt index ebbdddf17..28c9bbda1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -50,13 +50,13 @@ option(DISABLE_KWATCHGNUPG "Don't build the kwatchgnupg tool [default=OFF]" OFF) # Standalone build. Find / include everything necessary. set(KF_MIN_VERSION "6.27.0") -set(KIDENTITYMANAGEMENT_VERSION "6.7.40") -set(KMAILTRANSPORT_VERSION "6.7.40") -set(AKONADI_MIME_VERSION "6.7.40") -set(KMIME_VERSION "6.7.40") +set(KIDENTITYMANAGEMENT_VERSION "6.8.40") +set(KMAILTRANSPORT_VERSION "6.8.40") +set(AKONADI_MIME_VERSION "6.8.40") +set(KMIME_VERSION "6.8.40") set(LIBKLEO_VERSION "6.8.42") set(QT_REQUIRED_VERSION "6.7.0") -set(MIMETREEPARSER_VERSION "6.7.40") +set(MIMETREEPARSER_VERSION "6.8.40") set(GPGME_REQUIRED_VERSION "2.0.0") set(LIBASSUAN_REQUIRED_VERSION "2.4.2") set(GPG_ERROR_REQUIRED_VERSION "1.47")