From a652e3f410619d4c97bfebc15fa272cd986cff9f Mon Sep 17 00:00:00 2001 From: Pariterre Date: Fri, 17 May 2024 16:52:17 -0400 Subject: [PATCH] Bumped to version 1.5.10 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 78449888..9cfc4ddc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.8) -project(ezc3d VERSION 1.5.9) +project(ezc3d VERSION 1.5.10) 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)