From a5e4abdd6d9853afc3ef19f8859b37f8f99cfe92 Mon Sep 17 00:00:00 2001 From: Jonathan Riddell Date: Thu, 12 Sep 2024 10:41:18 +0100 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 3f7e1583..b7a35d15 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ project(plasma-mobile) set(PROJECT_VERSION "6.1.80") set(PROJECT_VERSION_MAJOR 6) -set(PROJECT_DEP_VERSION "6.0.90") +set(PROJECT_DEP_VERSION "6.1.80") set(QT_MIN_VERSION "6.7.0") set(KF6_MIN_VERSION "6.2.0") set(KDE_COMPILERSETTINGS_LEVEL "5.82")