From 39da5ff220605a48b42b784e79a141a8d124f860 Mon Sep 17 00:00:00 2001
From: foreman
Date: Wed, 27 Aug 2014 14:21:43 -0400
Subject: [PATCH] P4 to Git Change 1070744 by gandryey@gera-ubuntu14 on
2014/08/27 13:47:50
ECR #304775 - Replace # character \x23 code, because GCC could remove #define compeletly
Affected files ...
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/runtime/OCLDynamicBLines.cpp#2 edit
[ROCm/clr commit: ed54e11355d4a27c028a10b53b56d902b2b307a8]
---
projects/clr/rocclr/runtime/utils/versions.hpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/projects/clr/rocclr/runtime/utils/versions.hpp b/projects/clr/rocclr/runtime/utils/versions.hpp
index 7f6689a1af..6371f2afcd 100644
--- a/projects/clr/rocclr/runtime/utils/versions.hpp
+++ b/projects/clr/rocclr/runtime/utils/versions.hpp
@@ -12,7 +12,7 @@
#endif // AMD_PLATFORM_NAME
#ifndef AMD_PLATFORM_BUILD_NUMBER
-# define AMD_PLATFORM_BUILD_NUMBER 1620
+# define AMD_PLATFORM_BUILD_NUMBER 1621
#endif // AMD_PLATFORM_BUILD_NUMBER
#ifndef AMD_PLATFORM_REVISION_NUMBER