From 7995c2b99214575829193f173feecae5e625d4fb Mon Sep 17 00:00:00 2001 From: saadrahim <44449863+saadrahim@users.noreply.github.com> Date: Fri, 7 Aug 2020 10:34:45 -0600 Subject: [PATCH] Incrementing version for rocm 3.8 (#138) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4b6b9028..44320967 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -79,7 +79,7 @@ include(cmake/Common.cmake) include(cmake/Dependencies.cmake) # Set version variables -rocm_setup_version( VERSION "2.10.3" ) +rocm_setup_version( VERSION "2.10.4" ) set ( rocrand_VERSION ${rocRAND_VERSION} ) set ( hiprand_VERSION ${rocRAND_VERSION} ) # Old-style version number used within the library's API. rocrand_get_version should be modified.