From: Debian Qt/KDE Maintainers Date: Mon, 21 Jul 2025 16:21:10 +0000 (+0200) Subject: relax-interplasma-versioned-deps X-Git-Tag: archive/raspbian/4%6.3.6-2+rpi1^2~31 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=78ebb518145a817c5932bf01f23e077dc62f6a32;p=plasma-workspace.git relax-interplasma-versioned-deps Gbp-Pq: Name relax-interplasma-versioned-deps.patch --- diff --git a/CMakeLists.txt b/CMakeLists.txt index a6e7a30e..e694af2d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ list(GET VERSION_LIST 0 PROJECT_VERSION_MAJOR) list(GET VERSION_LIST 1 PROJECT_VERSION_MINOR) list(GET VERSION_LIST 2 PROJECT_VERSION_PATCH) -set(PROJECT_DEP_VERSION "6.3.6") +set(PROJECT_DEP_VERSION "6.3.4") set(QT_MIN_VERSION "6.7.0") set(KF6_MIN_VERSION "6.10.0") option(PLASMA_X11_DEFAULT_SESSION "Use X11 session by default for Plasma" OFF)