diff --git a/CMakeLists.txt b/CMakeLists.txt index 61decf8..53f0271 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.17) # CMake version is set at 3.17 because of find_package(CUDAToolkit) # TODO: find a workaround to be able to lower the version requirement -project(hwmalloc VERSION 0.4.0 LANGUAGES CXX) +project(hwmalloc VERSION 0.4.1 LANGUAGES CXX) # ------------------------------------------------------------------------------ # Policies