From 71b8494c7b2e1c3b04016cc774c0f7a0b3258cdf Mon Sep 17 00:00:00 2001 From: Alexander Mock Date: Fri, 26 Apr 2024 18:20:05 +0200 Subject: [PATCH] increased patch version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fda6356..940a5a4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.16) project(rmagine LANGUAGES CXX C - VERSION 2.2.4)# TODO update this version when merging into main-branch + VERSION 2.2.5)# TODO update this version when merging into main-branch option(BUILD_TOOLS "Build tools" ON) option(BUILD_TESTS "Build tests" ON)