From 22d413d53f181733d2b09020fc9dcc52c7d948c8 Mon Sep 17 00:00:00 2001 From: saadrahim <44449863+saadrahim@users.noreply.github.com> Date: Wed, 9 Oct 2019 13:38:15 -0600 Subject: [PATCH] Increamenting version number for rocm 2.10 release (#109) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 918f1493d..cd587981f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -73,7 +73,7 @@ include(cmake/Dependencies.cmake) set(AMDGPU_TARGETS gfx803;gfx900;gfx906;gfx908 CACHE STRING "List of specific machine types for library to target") # Setup VERSION -set(VERSION_STRING "2.8.0") +set(VERSION_STRING "2.9.0") rocm_setup_version(VERSION ${VERSION_STRING}) # Print configuration summary