[pim/kleopatra/release/26.08] /: GIT_SILENT: prepare 6.8 rc (silent)
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 98107e209b9aeab1999d1246f2a7525e31cda8e5 by Laurent Montel. Committed on 19/07/2026 at 05:59. Pushed by mlaurent into branch 'release/26.08'. GIT_SILENT: prepare 6.8 rc M +6 -6 CMakeLists.txt https://invent.kde.org/pim/kleopatra/-/commit/98107e209b9aeab1999d1246f2a7525e31cda8e5 diff --git a/CMakeLists.txt b/CMakeLists.txt index f431939dc..eaa82626b 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.25.0") -set(KIDENTITYMANAGEMENT_VERSION "6.7.80") -set(KMAILTRANSPORT_VERSION "6.7.80") -set(AKONADI_MIME_VERSION "6.7.80") -set(KMIME_VERSION "6.7.80") -set(LIBKLEO_VERSION "6.7.80") +set(KIDENTITYMANAGEMENT_VERSION "6.7.90") +set(KMAILTRANSPORT_VERSION "6.7.90") +set(AKONADI_MIME_VERSION "6.7.90") +set(KMIME_VERSION "6.7.90") +set(LIBKLEO_VERSION "6.7.90") set(QT_REQUIRED_VERSION "6.7.0") -set(MIMETREEPARSER_VERSION "6.7.80") +set(MIMETREEPARSER_VERSION "6.7.90") set(GPGME_REQUIRED_VERSION "2.0.0") set(LIBASSUAN_REQUIRED_VERSION "2.4.2") set(GPG_ERROR_REQUIRED_VERSION "1.47")