From be47f311c0c112daa04b43113e0e72812f39ee9b Mon Sep 17 00:00:00 2001 From: Bhushan Shah Date: Thu, 18 Sep 2025 21:00:24 +0530 Subject: [PATCH] Update version for new release 6.5.80 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5b2968e9..9599df17 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.90") +set(PROJECT_VERSION "6.5.80") set(PROJECT_DEP_VERSION "6.4.90") set(QT_MIN_VERSION "6.9.0")