From f997305912ccdd13dd80c6a3dc875adf92e60a33 Mon Sep 17 00:00:00 2001 From: Brett Laptop Date: Tue, 1 Oct 2024 16:46:28 -0400 Subject: [PATCH] last change was a breaking change, sorry! --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 88a0d95..19393c7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.20) include(cmake/color.cmake) -set(BLT_VERSION 1.1.8) +set(BLT_VERSION 2.0.0) set(BLT_TARGET BLT)