[pim/kaddressbook/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 5f5dd35b81ab64c8034f611d9056211603babed7 by Laurent Montel.
Committed on 02/08/2026 at 05:45.
Pushed by mlaurent into branch 'release/26.08'.
GIT_SILENT: prepare 6.8.0
M +4 -4 CMakeLists.txt
https://invent.kde.org/pim/kaddressbook/-/commit/5f5dd35b81ab64c8034f611d9056211603babed7
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2e534856..454541ac 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,12 +1,12 @@
# 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(kaddressbook VERSION ${PIM_VERSION})
# Update it for each release
-set(KADDRESSBOOK_RELEASE_VERSION_DATE "26.07.30") # yy.MM.dd
+set(KADDRESSBOOK_RELEASE_VERSION_DATE "26.08.20") # yy.MM.dd
-set(RELEASE_SERVICE_VERSION "26.07.90")
+set(RELEASE_SERVICE_VERSION "26.08.1")
set(KF_MIN_VERSION "6.25.0")
set(QT_REQUIRED_VERSION "6.9.0")
find_package(ECM ${KF_MIN_VERSION} CONFIG REQUIRED)
@@ -96,7 +96,7 @@ endif()
include(CheckFunctionExists)
# Do NOT add quote
-set(KDEPIM_DEV_VERSION rc)
+set(KDEPIM_DEV_VERSION)
# add an extra space
if(DEFINED KDEPIM_DEV_VERSION)