From 87196815c3ea98f9d544719a264c7ce4e40b227c Mon Sep 17 00:00:00 2001 From: Jonathan Esk-Riddell Date: Wed, 20 Dec 2023 12:05:07 +0000 Subject: [PATCH] Update version number for 5.91.0 GIT_SILENT --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ac308f27..50e090cf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.16) project(plasma-mobile) -set(PROJECT_VERSION "5.90.90") +set(PROJECT_VERSION "5.91.0") set(PROJECT_VERSION_MAJOR 6) set(QT_MIN_VERSION "6.6.0")