diff --git a/CMakeLists.txt b/CMakeLists.txt index 04f8713b..ece0ebff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -83,7 +83,7 @@ option(BUILD_VERBOSE "Output additional build information" OFF) include(cmake/Dependencies.cmake) # Setup version -set(VERSION_STRING "1.15.1") +set(VERSION_STRING "1.15.2") rocm_setup_version(VERSION ${VERSION_STRING}) set(rocsparse_SOVERSION 0.1)