Skip to content

Commit 5a47766

Browse files
committed
Bump version to 0.4.0
1 parent c3ddc35 commit 5a47766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.17)
22
# CMake version is set at 3.17 because of find_package(CUDAToolkit)
33
# TODO: find a workaround to be able to lower the version requirement
4-
project(hwmalloc VERSION 0.3.0 LANGUAGES CXX)
4+
project(hwmalloc VERSION 0.4.0 LANGUAGES CXX)
55

66
# ------------------------------------------------------------------------------
77
# Policies

0 commit comments

Comments
 (0)