From e31fea2d8b96f9933b0b88df92ab48c754c6caf9 Mon Sep 17 00:00:00 2001 From: saadrahim <44449863+saadrahim@users.noreply.github.com> Date: Mon, 29 Jun 2020 15:37:03 -0600 Subject: [PATCH] Update Version Number for rocm 3.6 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5bf840581..feb6bcdff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -74,7 +74,7 @@ set(AMDGPU_TARGETS gfx803;gfx900;gfx906;gfx908 CACHE STRING "List of specific de set(AMDGPU_TEST_TARGETS "" CACHE STRING "List of specific device types to test for") # Leave empty for default system device # Setup VERSION -set(VERSION_STRING "2.10.1") +set(VERSION_STRING "2.10.2") rocm_setup_version(VERSION ${VERSION_STRING}) # Print configuration summary