From 525fa9b819dc1245411adeaa13d04e7e33bebfef Mon Sep 17 00:00:00 2001 From: Jonathan Riddell Date: Thu, 13 May 2021 15:09:54 +0100 Subject: [PATCH] Update version number for 5.22.80 GIT_SILENT --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 60f3e82..1c316e2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.16) project(layershellqt) -set(PROJECT_VERSION "5.21.90") +set(PROJECT_VERSION "5.22.80") set(PROJECT_VERSION_MAJOR 5) set(QT_MIN_VERSION "5.15.0")