From ddcad0cbdb655daf4b8a0f1c314184a77827d0ef Mon Sep 17 00:00:00 2001 From: Brett Date: Sun, 1 Sep 2024 22:27:18 -0400 Subject: [PATCH] veryify program correctness --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2c01ac4..e552fbb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.25) -project(blt-gp VERSION 0.1.39) +project(blt-gp VERSION 0.1.40) include(CTest)