[pim/kdepim-runtime/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 bc671b379042ee8f19eb9a7630d842d4e147956c by Laurent Montel.
Committed on 18/07/2026 at 06:46.
Pushed by mlaurent into branch 'release/26.08'.
GIT_SILENT: prepare 6.8 rc
M +3 -3 CMakeLists.txt
https://invent.kde.org/pim/kdepim-runtime/-/commit/bc671b379042ee8f19eb9a7630d842d4e147956c
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a27855d8d..851c4108b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,10 +1,10 @@
cmake_minimum_required(VERSION 3.29)
-set(PIM_VERSION "6.7.80")
+set(PIM_VERSION "6.7.90")
set(KDEPIM_RUNTIME_VERSION_NUMBER ${PIM_VERSION})
project(kdepim-runtime VERSION ${KDEPIM_RUNTIME_VERSION_NUMBER})
-set(KDEPIM_DEV_VERSION beta)
-set(RELEASE_SERVICE_VERSION "26.07.80")
+set(KDEPIM_DEV_VERSION rc)
+set(RELEASE_SERVICE_VERSION "26.07.90")
# add an extra space
if(DEFINED KDEPIM_DEV_VERSION)