From f467cfeb33e8d0a9ee64caf85a31aeb1b6ae0655 Mon Sep 17 00:00:00 2001 From: Bhushan Shah Date: Thu, 18 Sep 2025 17:30:32 +0530 Subject: [PATCH] Update version for new release 6.4.90 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9ea47314..87808579 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.24) project(plasma-mobile) -set(PROJECT_VERSION "6.4.80") +set(PROJECT_VERSION "6.4.90") set(PROJECT_DEP_VERSION "6.3.90") set(QT_MIN_VERSION "6.9.0")