diff --git a/CMakeLists.txt b/CMakeLists.txt index 840d6fc..8bba709 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/include/blt/std/atomic_allocator.h b/include/blt/std/bump_allocator.h similarity index 99% rename from include/blt/std/atomic_allocator.h rename to include/blt/std/bump_allocator.h index 07d323c..0480a49 100644 --- a/include/blt/std/atomic_allocator.h +++ b/include/blt/std/bump_allocator.h @@ -119,7 +119,9 @@ namespace blt // std::atomic head = nullptr; // Alloc alloc; // }; - + + + } #endif //BLT_ATOMIC_ALLOCATOR_H