From fa5083b637a96af5b430c9f0015ee11d5638d201 Mon Sep 17 00:00:00 2001 From: Brett Date: Sat, 11 May 2024 13:39:21 -0400 Subject: [PATCH] templating works for what i need might be bugs in some functions --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 78fd560..9c59ae2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.20) include(cmake/color.cmake) -set(BLT_VERSION 0.17.3) +set(BLT_VERSION 0.17.4) set(BLT_TEST_VERSION 0.0.1) set(BLT_TARGET BLT)