From 8d98566dc26ebdae698fd7e89339b1e1223ed0ee Mon Sep 17 00:00:00 2001 From: Jonathan Esk-Riddell Date: Wed, 10 Jan 2024 12:31:18 +0000 Subject: [PATCH] Update version number for 5.92.0 GIT_SILENT --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 18ffeb16..f0d7d8a0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.16) project(plasma-mobile) -set(PROJECT_VERSION "5.91.90") +set(PROJECT_VERSION "5.92.0") set(PROJECT_VERSION_MAJOR 6) set(QT_MIN_VERSION "6.6.0")