We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3ddc35 commit 5a47766Copy full SHA for 5a47766
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.17)
2
# CMake version is set at 3.17 because of find_package(CUDAToolkit)
3
# TODO: find a workaround to be able to lower the version requirement
4
-project(hwmalloc VERSION 0.3.0 LANGUAGES CXX)
+project(hwmalloc VERSION 0.4.0 LANGUAGES CXX)
5
6
# ------------------------------------------------------------------------------
7
# Policies
0 commit comments