From 1e63007654446af55aaacc865d82eb0650a75712 Mon Sep 17 00:00:00 2001 From: Bhushan Shah Date: Mon, 19 May 2025 18:37:20 +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 c032934d..8588ec38 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.24) project(plasma-mobile) -set(PROJECT_VERSION "6.3.90") +set(PROJECT_VERSION "6.4.80") set(PROJECT_DEP_VERSION "6.3.90") set(QT_MIN_VERSION "6.8.0")