rename, going to make a new allocator

v1
Brett 2024-08-22 02:45:20 -04:00
parent 9ce6c89ce0
commit 675c4234bc
2 changed files with 4 additions and 2 deletions

View File

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

View File

@ -120,6 +120,8 @@ namespace blt
// Alloc alloc;
// };
}
#endif //BLT_ATOMIC_ALLOCATOR_H