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)