From 6ef7c56df374378e03c9ec75be8d2d088d1e1641 Mon Sep 17 00:00:00 2001 From: Jonathan Esk-Riddell Date: Tue, 6 Sep 2022 12:34:03 +0100 Subject: [PATCH] Update version number for 5.25.5 GIT_SILENT --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ed734bb..064256a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.16) project(layershellqt) -set(PROJECT_VERSION "5.25.4") +set(PROJECT_VERSION "5.25.5") set(PROJECT_VERSION_MAJOR 5) set(CMAKE_C_STANDARD 99)