From 402f79f682a1a4ac8d4f940c5123080080ed279a Mon Sep 17 00:00:00 2001 From: Mikael Simberg Date: Thu, 18 Jun 2026 12:42:17 +0200 Subject: [PATCH] Bump version to 0.4.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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