From 885d265df6409a260d193bf443b1838fa5d00ba6 Mon Sep 17 00:00:00 2001 From: Pariterre Date: Mon, 13 Nov 2023 14:26:21 -0500 Subject: [PATCH] Bumped to 1.5.6 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fd2a7a00..fe260d38 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.8) -project(ezc3d VERSION 1.5.5) +project(ezc3d VERSION 1.5.6) option(BUILD_SHARED_LIBS "Choose if build should be a dynamic or static library" ON) # Option to allow checking of size for matrix getter (slower but safer if activated)