[pim/akonadi/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 9c6da3368283fe20b03dc3051e9a5ea0f8194bf2 by Laurent Montel.
Committed on 02/08/2026 at 05:44.
Pushed by mlaurent into branch 'release/26.08'.
GIT_SILENT: prepare 6.8.0
M +2 -2 CMakeLists.txt
https://invent.kde.org/pim/akonadi/-/commit/9c6da3368283fe20b03dc3051e9a5ea0f8194bf2
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c67bccfcd..f820f4a89 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.29)
-set(PIM_VERSION "6.7.90")
+set(PIM_VERSION "6.8.0")
project(Akonadi VERSION ${PIM_VERSION})
# ECM setup
@@ -106,7 +106,7 @@ include(ECMGenerateQDoc)
include(AkonadiMacros)
-set(RELEASE_SERVICE_VERSION "26.07.90")
+set(RELEASE_SERVICE_VERSION "26.08.1")
set(AKONADI_FULL_VERSION "${PIM_VERSION} (${RELEASE_SERVICE_VERSION})")
configure_file(akonadifull-version.h.in ${CMAKE_CURRENT_BINARY_DIR}/akonadifull-version.h @ONLY)