[frameworks/syndication] /: Update dependency version to 6.29.0
Nicolas Fella <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 386400d156ccc530930d7dc08891eb7e0cc1309f by Nicolas Fella.
Committed on 07/08/2026 at 20:29.
Pushed by nicolasfella into branch 'master'.
Update dependency version to 6.29.0
M +1 -1 CMakeLists.txt
https://invent.kde.org/frameworks/syndication/-/commit/386400d156ccc530930d7dc08891eb7e0cc1309f
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2a69be0..66814b1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.29)
set(KF_VERSION "6.29.0") # handled by release scripts
-set(KF_DEP_VERSION "6.28.0") # handled by release scripts
+set(KF_DEP_VERSION "6.29.0") # handled by release scripts
project(Syndication VERSION ${KF_VERSION})