From edb515eabfa676fed8d0e26b2da5c830627ab829 Mon Sep 17 00:00:00 2001 From: Chauncey Hui Date: Tue, 13 Dec 2022 03:00:08 -0500 Subject: [PATCH] SWDEV-2 - Change OpenCL version number from 3543 to 3544 --- 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 dd17abbd1f..11f567156b 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 3543 +#define AMD_PLATFORM_BUILD_NUMBER 3544 #endif // AMD_PLATFORM_BUILD_NUMBER #ifndef AMD_PLATFORM_REVISION_NUMBER