From 930d55edd445aa779fab31392e54b9b13de0ab1b Mon Sep 17 00:00:00 2001 From: Bhushan Shah Date: Thu, 15 May 2025 16:39:49 +0530 Subject: [PATCH] update version for new release --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 56ab91fc..c032934d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ cmake_minimum_required(VERSION 3.24) project(plasma-mobile) set(PROJECT_VERSION "6.3.90") -set(PROJECT_DEP_VERSION "6.2.90") +set(PROJECT_DEP_VERSION "6.3.90") set(QT_MIN_VERSION "6.8.0") set(KF6_MIN_VERSION "6.14.0") set(KDE_COMPILERSETTINGS_LEVEL "5.82")