We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34223c2 commit dc789d0Copy full SHA for dc789d0
CMakeLists.txt
@@ -97,9 +97,8 @@ include( ROCMInstallTargets )
97
include( ROCMPackageConfigHelpers )
98
include( ROCMInstallSymlinks )
99
100
-rocm_setup_version( VERSION 0.8.6.0 PARSE_VERSION )
101
102
-set ( VERSION_STRING "0.8.6." )
+set ( VERSION_STRING "0.8.8." )
103
# Check if BUILD_NUMBER is defined in a Jenkins envirnment
104
if ($ENV{BUILD_NUMBER} )
105
string(CONCAT BUILD_VERSION ${VERSION_STRING} $ENV{BUILD_NUMBER})
0 commit comments