breaking change: iterator is now in blt/iterator

v1
Brett 2024-09-28 16:40:57 -04:00
parent 88e8e8fc5b
commit aabb9d801d
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.20)
include(cmake/color.cmake)
set(BLT_VERSION 0.21.6)
set(BLT_VERSION 1.0.0)
set(BLT_TEST_VERSION 0.0.1)
set(BLT_TARGET BLT)