From d2873e451d31f76a3683191a2ef6e2814693f8eb Mon Sep 17 00:00:00 2001 From: Martchus Date: Sat, 6 Aug 2022 19:05:02 +0200 Subject: [PATCH] Bump minor version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 422f1e3..ead4eb3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -114,7 +114,7 @@ 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 18) +set(META_VERSION_MINOR 19) set(META_VERSION_PATCH 0) # find required 3rd party libraries