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