[pim/kontact/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 b24edcb2a7fc09365cbd683cdf8ce5d0c6fae333 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/kontact/-/commit/b24edcb2a7fc09365cbd683cdf8ce5d0c6fae333
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 175584aa..a93ccc58 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,13 +1,13 @@
-set(PIM_VERSION "6.7.80")
+set(PIM_VERSION "6.7.90")
cmake_minimum_required(VERSION 3.29)
project(kontact VERSION ${PIM_VERSION})
-set(RELEASE_SERVICE_VERSION "26.07.80")
+set(RELEASE_SERVICE_VERSION "26.07.90")
# 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.17") # yy.MM.dd
+set(KONTACT_RELEASE_VERSION_DATE "26.07.30") # 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 beta)
+set(KDEPIM_DEV_VERSION rc)
# add an extra space
if(DEFINED KDEPIM_DEV_VERSION)