From 450fece05db20526873bf4cdce6b2004342b7247 Mon Sep 17 00:00:00 2001 From: Saad Rahim Date: Wed, 5 Aug 2020 13:50:40 -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 d9384e6f..e7863ad9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -78,7 +78,7 @@ include(cmake/Common.cmake) include(cmake/Dependencies.cmake) # Set version variables -rocm_setup_version( VERSION "2.10.2" ) +rocm_setup_version( VERSION "2.10.3" ) 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.