From 931a1eda3f95131bb559e79225c392ddab56108f Mon Sep 17 00:00:00 2001 From: Jonathan Esk-Riddell Date: Thu, 19 Jan 2023 11:20:15 +0000 Subject: [PATCH] Update version number for 5.26.90 GIT_SILENT --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 51f03bb4..f2a39b7e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.16) project(plasma-mobile) -set(PROJECT_VERSION "5.26.80") +set(PROJECT_VERSION "5.26.90") set(PROJECT_VERSION_MAJOR 5) set(QT_MIN_VERSION "5.15.2")