From bfcf93557d98a511a2038999cdc85c818d69062b Mon Sep 17 00:00:00 2001 From: Jonathan Esk-Riddell Date: Wed, 20 Dec 2023 18:57:01 +0000 Subject: [PATCH] Update version number for 5.91.90 GIT_SILENT --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 50e090cf..d1e58638 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.0") +set(PROJECT_VERSION "5.91.90") set(PROJECT_VERSION_MAJOR 6) set(QT_MIN_VERSION "6.6.0")