From 97c4c9254fd58a207f6c95ffe472779e11b7c8a5 Mon Sep 17 00:00:00 2001 From: Pariterre Date: Mon, 13 Nov 2023 16:36:53 -0500 Subject: [PATCH] Bump for the next version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fe260d38..15e0c9a8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.8) -project(ezc3d VERSION 1.5.6) +project(ezc3d VERSION 1.5.7) 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)