From 59b93e4c55494b601d0c2eefcc28c1d177ca8581 Mon Sep 17 00:00:00 2001 From: Chauncey Hui Date: Fri, 21 Feb 2020 14:11:33 -0500 Subject: [PATCH] SWDEV-2 - Change OpenCL version number from 3086 to 3087 Change-Id: Iee9ff16e0e41e2468c32a6af82dc65a63714a679 [ROCm/clr commit: fea14a7201c1be226d9cf56411e7bd03fd9db4a7] --- projects/clr/rocclr/utils/versions.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/clr/rocclr/utils/versions.hpp b/projects/clr/rocclr/utils/versions.hpp index decc0851ea..1c7c4e8c7b 100644 --- a/projects/clr/rocclr/utils/versions.hpp +++ b/projects/clr/rocclr/utils/versions.hpp @@ -28,7 +28,7 @@ #endif // AMD_PLATFORM_NAME #ifndef AMD_PLATFORM_BUILD_NUMBER -#define AMD_PLATFORM_BUILD_NUMBER 3086 +#define AMD_PLATFORM_BUILD_NUMBER 3087 #endif // AMD_PLATFORM_BUILD_NUMBER #ifndef AMD_PLATFORM_REVISION_NUMBER