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