Hi,

the tarball for kwin 6.3.3 contains a wrong version number in its CMake
files, causing build failures in dependent projects.

There's a new 6.3.3.1 tar to fix that. Alternatively apply the attached
patch:

-set(PROJECT_VERSION "6.3.2") # Handled by release scripts
+set(PROJECT_VERSION "6.3.3") # Handled by release scripts

Cheers

Nico
From 5c9b8e957ffcf031b1c6dca7c9c2ee38638d310f Mon Sep 17 00:00:00 2001
From: Nicolas Fella <nicolas.fe...@gmx.de>
Date: Wed, 12 Mar 2025 13:13:20 +0100
Subject: [PATCH] Correct PROJECT_VERSION

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index c4367a8f96..aaacbf63cb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(PROJECT_VERSION "6.3.2") # Handled by release scripts
+set(PROJECT_VERSION "6.3.3") # Handled by release scripts
 project(KWin VERSION ${PROJECT_VERSION})
 
 set(CMAKE_C_STANDARD 99)
-- 
2.48.1

Reply via email to