[pim/kontact/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 7c175a824dfe182397a121eb53383e6e8af1c9e4 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/kontact/-/commit/7c175a824dfe182397a121eb53383e6e8af1c9e4
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ec255710..672f6770 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,13 +1,13 @@
-set(PIM_VERSION "6.7.90")
+set(PIM_VERSION "6.8.0")
cmake_minimum_required(VERSION 3.29)
project(kontact VERSION ${PIM_VERSION})
-set(RELEASE_SERVICE_VERSION "26.07.90")
+set(RELEASE_SERVICE_VERSION "26.08.1")
# Use true if stable version => we will check specific version
set(KONTACT_STABLE_VERSION true)
# Update it for each release
-set(KONTACT_RELEASE_VERSION_DATE "26.07.30") # yy.MM.dd
+set(KONTACT_RELEASE_VERSION_DATE "26.08.20") # yy.MM.dd
set(KF_MIN_VERSION "6.25.0")
set(QT_REQUIRED_VERSION "6.9.0")
@@ -98,7 +98,7 @@ include(ECMFeatureSummary)
include(ECMCheckOutboundLicense)
# Do NOT add quote
-set(KDEPIM_DEV_VERSION rc)
+set(KDEPIM_DEV_VERSION)
# add an extra space
if(DEFINED KDEPIM_DEV_VERSION)