[pim/akregator/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 99c8793e1afc8053934cd448f5e3f9a956553f52 by Laurent Montel.
Committed on 02/08/2026 at 05:46.
Pushed by mlaurent into branch 'release/26.08'.
GIT_SILENT: prepare 6.8.0
M +4 -4 CMakeLists.txt
https://invent.kde.org/pim/akregator/-/commit/99c8793e1afc8053934cd448f5e3f9a956553f52
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7a12c83c0..fb5215710 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,14 +1,14 @@
# SPDX-License-Identifier: CC0-1.0
# SPDX-FileCopyrightText: none
cmake_minimum_required(VERSION 3.29)
-set(PIM_VERSION "6.7.90")
+set(PIM_VERSION "6.8.0")
project(akregator VERSION ${PIM_VERSION})
# Update it for each release
-set(AKREGATOR_RELEASE_VERSION_DATE "26.07.30") # yy.MM.dd
+set(AKREGATOR_RELEASE_VERSION_DATE "26.08.20") # yy.MM.dd
set(KF_MIN_VERSION "6.25.0")
-set(RELEASE_SERVICE_VERSION "26.07.90")
+set(RELEASE_SERVICE_VERSION "26.08.1")
set(QT_REQUIRED_VERSION "6.9.0")
# Use true if stable version => we will check specific version
@@ -95,7 +95,7 @@ include(ECMDeprecationSettings)
include(ECMFeatureSummary)
set(KTEXTADDONS_MIN_VERSION "2.0.2")
# Do NOT add quote
-set(KDEPIM_DEV_VERSION rc)
+set(KDEPIM_DEV_VERSION)
# add an extra space
if(DEFINED KDEPIM_DEV_VERSION)