From d9aeb32d86677083d9c2d52e3287717180caff07 Mon Sep 17 00:00:00 2001 From: Brett Date: Sun, 28 Jul 2024 18:03:16 -0400 Subject: [PATCH] missing? --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 20fc58f..5640615 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.25) -project(graphs VERSION 0.1.3) +project(graphs VERSION 0.1.4) option(ENABLE_ADDRSAN "Enable the address sanitizer" OFF) option(ENABLE_UBSAN "Enable the ub sanitizer" OFF)