From 76768cf26b8bbe132f7ecd86d8e3b8000f1b2ddc Mon Sep 17 00:00:00 2001 From: Brett Date: Fri, 8 Mar 2024 22:34:32 -0500 Subject: [PATCH] no no no. i don't think things are changing = --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 57eb09f..e30d9a8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.25) -project(lilfbtf5 VERSION 0.1.6) +project(lilfbtf5 VERSION 0.1.7) option(ENABLE_ADDRSAN "Enable the address sanitizer" OFF) option(ENABLE_UBSAN "Enable the ub sanitizer" OFF)