From 5e3f41e8881a3e4a0fcf6446116dcd79a15560d7 Mon Sep 17 00:00:00 2001 From: Saad Rahim Date: Wed, 5 Aug 2020 13:14:23 -0700 Subject: [PATCH] Incrementing version for rocm 3.7 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3fcfc8129..f91ed0c0c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -73,7 +73,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.2") +set(VERSION_STRING "2.10.3") rocm_setup_version(VERSION ${VERSION_STRING}) # Print configuration summary