[pim/kmail/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 c5521b4299f241d8e55209c6d08de9ac4f41d16f by Laurent Montel.
Committed on 18/07/2026 at 06:47.
Pushed by mlaurent into branch 'release/26.08'.
GIT_SILENT: prepare 6.8 rc
M +4 -4 CMakeLists.txt
https://invent.kde.org/pim/kmail/-/commit/c5521b4299f241d8e55209c6d08de9ac4f41d16f
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a17650d1a..1a9c11555 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,7 +1,7 @@
# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: BSD-3-Clause
cmake_minimum_required(VERSION 3.29)
-set(PIM_VERSION "6.7.80")
+set(PIM_VERSION "6.7.90")
project(kmail VERSION ${PIM_VERSION})
@@ -95,11 +95,11 @@ include(ECMDeprecationSettings)
include(ECMFeatureSummary)
# Do NOT add quote
-set(KDEPIM_DEV_VERSION beta)
-set(RELEASE_SERVICE_VERSION "26.07.80")
+set(KDEPIM_DEV_VERSION rc)
+set(RELEASE_SERVICE_VERSION "26.07.90")
# Update it for each release
-set(KMAIL_RELEASE_VERSION_DATE "26.07.17") # yy.MM.dd
+set(KMAIL_RELEASE_VERSION_DATE "26.07.30") # yy.MM.dd
# add an extra space
if(DEFINED KDEPIM_DEV_VERSION)