From 370a6a881ad58c33b02f22266ce5d1f0c06471b2 Mon Sep 17 00:00:00 2001 From: foreman Date: Wed, 2 Oct 2019 03:04:01 -0400 Subject: [PATCH] P4 to Git Change 2007380 by chui@ocl-promo-incrementor on 2019/10/02 03:00:43 SWDEV-2 - Change OpenCL version number from 3010 to 3011. Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2758 edit --- rocclr/runtime/utils/versions.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rocclr/runtime/utils/versions.hpp b/rocclr/runtime/utils/versions.hpp index f6e468688c..523208d168 100644 --- a/rocclr/runtime/utils/versions.hpp +++ b/rocclr/runtime/utils/versions.hpp @@ -12,7 +12,7 @@ #endif // AMD_PLATFORM_NAME #ifndef AMD_PLATFORM_BUILD_NUMBER -#define AMD_PLATFORM_BUILD_NUMBER 3010 +#define AMD_PLATFORM_BUILD_NUMBER 3011 #endif // AMD_PLATFORM_BUILD_NUMBER #ifndef AMD_PLATFORM_REVISION_NUMBER