[plasma/kpipewire/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 6318082fe449b50e701abc4d91308c2371cf8741 by Bhushan Shah.
Committed on 04/08/2026 at 11:14.
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/kpipewire/-/commit/6318082fe449b50e701abc4d91308c2371cf8741
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5ed127e..3fb278a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.16)
project(KPipewire)
-set(PROJECT_VERSION "6.7.4")
+set(PROJECT_VERSION "6.7.5")
string(REPLACE "." ";" VERSION_LIST ${PROJECT_VERSION})
list(GET VERSION_LIST 0 PROJECT_VERSION_MAJOR)
list(GET VERSION_LIST 1 PROJECT_VERSION_MINOR)