[plasma/union/Plasma/6.7] /: Update version for new release 6.7.5

Bhushan Shah <[email protected]> Tue, 4 Aug 2026 11:27:12 +0000 (UTC)
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit 211cd272f0c2d7160e6c03321ac17182e63b7984 by Bhushan Shah.
Committed on 04/08/2026 at 11:27.
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/union/-/commit/211cd272f0c2d7160e6c03321ac17182e63b7984

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4451dd02..e86e0cb3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,7 +3,7 @@
 
 cmake_minimum_required(VERSION 3.27)
 
-set(PROJECT_VERSION "6.7.4") # handled by release scripts
+set(PROJECT_VERSION "6.7.5") # handled by release scripts
 set(KF6_MIN_VERSION "6.26.0") # handled by release scripts
 
 project(Union VERSION ${PROJECT_VERSION})