[frameworks/kxmlgui] /: Update version to 6.30.0
Nicolas Fella <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 754bc7c47d381c5872505bc84483eea715a531e3 by Nicolas Fella.
Committed on 07/08/2026 at 21:13.
Pushed by nicolasfella into branch 'master'.
Update version to 6.30.0
M +1 -1 CMakeLists.txt
https://invent.kde.org/frameworks/kxmlgui/-/commit/754bc7c47d381c5872505bc84483eea715a531e3
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8c437c5b..973790d7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.29)
-set(KF_VERSION "6.29.0") # handled by release scripts
+set(KF_VERSION "6.30.0") # handled by release scripts
set(KF_DEP_VERSION "6.29.0") # handled by release scripts
project(KXmlGui VERSION ${KF_VERSION})