From 3bfaa242c82cd1cec0deb15b7449bf64fb2e8cdd Mon Sep 17 00:00:00 2001 From: Chauncey Hui Date: Wed, 26 Feb 2020 03:00:03 -0500 Subject: [PATCH] SWDEV-2 - Change OpenCL version number from 3100 to 3101 --- rocclr/utils/versions.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rocclr/utils/versions.hpp b/rocclr/utils/versions.hpp index ffba810773..f1e8cfaf24 100644 --- a/rocclr/utils/versions.hpp +++ b/rocclr/utils/versions.hpp @@ -28,7 +28,7 @@ #endif // AMD_PLATFORM_NAME #ifndef AMD_PLATFORM_BUILD_NUMBER -#define AMD_PLATFORM_BUILD_NUMBER 3100 +#define AMD_PLATFORM_BUILD_NUMBER 3101 #endif // AMD_PLATFORM_BUILD_NUMBER #ifndef AMD_PLATFORM_REVISION_NUMBER