diff --git a/CMakeLists.txt b/CMakeLists.txt index 2f80335..0f3d492 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ enable_language(C) ######################################## project (PGURE-SVT) -set (PGURE-SVT_VERSION_FULL "0.5.0") +set (PGURE-SVT_VERSION_FULL "0.5.1") message(STATUS "Configuring PGURE-SVT ${PGURE-SVT_VERSION_FULL}") option(USE_OPENBLAS "Whether to use BLAS or OpenBLAS" ON)