[plasma/kwin/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 979ff133749aedf229ff9216d02c4a50cae193c8 by Bhushan Shah.
Committed on 04/08/2026 at 11:16.
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/kwin/-/commit/979ff133749aedf229ff9216d02c4a50cae193c8
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 460fb29291d..73f0feaf5a8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.16)
-set(PROJECT_VERSION "6.7.4") # Handled by release scripts
+set(PROJECT_VERSION "6.7.5") # Handled by release scripts
project(KWin VERSION ${PROJECT_VERSION})
set(CMAKE_C_STANDARD 99)