From 2756e2d8fb8972279c41f1d90d17d2ef24df15ef Mon Sep 17 00:00:00 2001 From: Tom Furnival Date: Fri, 22 May 2020 18:23:47 +0100 Subject: [PATCH] Bugfix release version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)