From 01eafc47e95e39561889270fdc3a8e2688221b63 Mon Sep 17 00:00:00 2001 From: Jonathan Riddell Date: Tue, 15 Jun 2021 10:36:51 +0100 Subject: [PATCH] Update version number for 5.22.1 GIT_SILENT --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 31fd934..40f1520 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.16) project(layershellqt) -set(PROJECT_VERSION "5.22.0") +set(PROJECT_VERSION "5.22.1") set(PROJECT_VERSION_MAJOR 5) set(QT_MIN_VERSION "5.15.0")