From 8917fc12f704fcfbfae0c62639fb2a9cfbbb60e7 Mon Sep 17 00:00:00 2001 From: Brett Date: Wed, 15 Jan 2025 12:25:48 -0500 Subject: [PATCH] what chanced? --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9c40790..627d00e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ macro(compile_options target_name) sanitizers(${target_name}) endmacro() -project(blt-gp VERSION 0.3.11) +project(blt-gp VERSION 0.3.12) include(CTest)