[plasma/plymouth-kcm/Plasma/6.7] /: Update version for new release 6.7.5
Bhushan Shah <[email protected]> Tue, 4 Aug 2026 11:25:14 +0000 (UTC)
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 95675f765bdbda129ce454a438523129e69f4a4d by Bhushan Shah.
Committed on 04/08/2026 at 11:25.
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/plymouth-kcm/-/commit/95675f765bdbda129ce454a438523129e69f4a4d
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c28dfce..6453b81 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -12,7 +12,7 @@ if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
message(FATAL_ERROR "plymouthkcm requires an out of source build. Please create a separate build directory and run 'cmake path_to_plymouth_kcm [options]' there.")
endif()
-set(PROJECT_VERSION "6.7.4")
+set(PROJECT_VERSION "6.7.5")
find_package(ECM ${KF6_MIN_VERSION} REQUIRED NO_MODULE)