diff --git a/CMakeLists.txt b/CMakeLists.txt index 3d90ad75..b080cd60 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -97,9 +97,8 @@ include( ROCMInstallTargets ) include( ROCMPackageConfigHelpers ) include( ROCMInstallSymlinks ) -rocm_setup_version( VERSION 0.8.6.0 PARSE_VERSION ) -set ( VERSION_STRING "0.8.6." ) +set ( VERSION_STRING "0.8.8." ) # Check if BUILD_NUMBER is defined in a Jenkins envirnment if ($ENV{BUILD_NUMBER} ) string(CONCAT BUILD_VERSION ${VERSION_STRING} $ENV{BUILD_NUMBER})