From 524a986d1c21922efac54780bb872d6be679f74b Mon Sep 17 00:00:00 2001 From: Brett Laptop Date: Thu, 11 Jul 2024 21:14:49 -0400 Subject: [PATCH] ignore update --- .gitignore | 1 + CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4cd4182..dc19cb5 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ out/ ./build/ ./out/ massif.* +callgrind.* diff --git a/CMakeLists.txt b/CMakeLists.txt index 50b17e5..304167d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.25) -project(blt-gp VERSION 0.0.61) +project(blt-gp VERSION 0.0.62) include(CTest)