diff options
author | Francisco Jerez <[email protected]> | 2014-04-26 12:14:59 +0200 |
---|---|---|
committer | Francisco Jerez <[email protected]> | 2014-04-29 13:01:10 +0200 |
commit | beadd6b0ccb3e0d58deaa649b267f02fd86648a0 (patch) | |
tree | 721648261892b5cb12728bd2f3cc8fd8c62ed486 /include/CL/opencl.h | |
parent | f782d6e792db2ed7773a2d22866dbcdb1e4062ee (diff) |
clover: Update OpenCL headers to version 1.2 from Khronos.
The C++ headers are *not* updated because they rely on CL 1.2 APIs
that we do not implement yet when the core CL 1.2 headers are present.
Acked-by: Tom Stellard <[email protected]>
Diffstat (limited to 'include/CL/opencl.h')
-rw-r--r-- | include/CL/opencl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/CL/opencl.h b/include/CL/opencl.h index 26a63899758..3f00524719b 100644 --- a/include/CL/opencl.h +++ b/include/CL/opencl.h @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2008-2010 The Khronos Group Inc. + * Copyright (c) 2008-2012 The Khronos Group Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and/or associated documentation files (the |