From 38541f4c60a6cb9c9e342fe0e442a9fe6060ea09 Mon Sep 17 00:00:00 2001 From: Martchus Date: Sat, 17 Jun 2023 22:46:55 +0200 Subject: [PATCH] Bump minor version --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1e45a06..867bde7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -120,8 +120,8 @@ set(META_APP_AUTHOR "Martchus") set(META_APP_URL "https://github.com/${META_APP_AUTHOR}/${META_PROJECT_NAME}") set(META_APP_DESCRIPTION "Useful C++ classes and routines such as argument parser, IO and conversion utilities") set(META_VERSION_MAJOR 5) -set(META_VERSION_MINOR 23) -set(META_VERSION_PATCH 1) +set(META_VERSION_MINOR 24) +set(META_VERSION_PATCH 0) # find required 3rd party libraries include(3rdParty)