[plasma/libksysguard/Plasma/6.7] /: Update version for new release 6.7.5
Bhushan Shah <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit b1235124120fcc64d98ca6f49708433c21cf2405 by Bhushan Shah. Committed on 04/08/2026 at 11:17. Pushed by bshah into branch 'Plasma/6.7'. Update version for new release 6.7.5 M +1 -1 CMakeLists.txt https://invent.kde.org/plasma/libksysguard/-/commit/b1235124120fcc64d98ca6f49708433c21cf2405 diff --git a/CMakeLists.txt b/CMakeLists.txt index d1f419fe..dce7ac4d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16) project(libksysguard) -set(PROJECT_VERSION "6.7.4") +set(PROJECT_VERSION "6.7.5") # check with non-Plasma consumers (e.g. KDevelop) before bumping these versions to make sure the KDE CI does not break set(QT_MIN_VERSION "6.10.0")