From 962054a3feb7c418888c48444b5bc163e45a7587 Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 7 Nov 2023 16:17:42 +0100 Subject: [PATCH] Increment patch version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d55f10b..f8ff36e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ set(META_APP_URL "https://github.com/${META_APP_AUTHOR}/${META_PROJECT_NAME}") set(META_APP_DESCRIPTION "C++ library to read/write passwords from/to encrypted files") set(META_VERSION_MAJOR 5) set(META_VERSION_MINOR 0) -set(META_VERSION_PATCH 8) +set(META_VERSION_PATCH 9) set(META_ADD_DEFAULT_CPP_UNIT_TEST_APPLICATION ON) # add project files