From 8b861dec6706a469b6050b7265035c183d147370 Mon Sep 17 00:00:00 2001 From: Chauncey Hui Date: Wed, 4 Mar 2020 03:00:02 -0500 Subject: [PATCH] SWDEV-2 - Change OpenCL version number from 3102 to 3103 [ROCm/clr commit: cc9f32ed2784b6602dfdde90986102def82c1a17] --- 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 eb02707406..759d6c1236 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 3102 +#define AMD_PLATFORM_BUILD_NUMBER 3103 #endif // AMD_PLATFORM_BUILD_NUMBER #ifndef AMD_PLATFORM_REVISION_NUMBER