summaryrefslogtreecommitdiff
path: root/src/cl_platform_id.h
diff options
context:
space:
mode:
authorZhigang Gong <zhigang.gong@intel.com>2014-02-10 16:28:37 +0800
committerZhigang Gong <zhigang.gong@intel.com>2014-02-12 15:43:26 +0800
commitf206e982278af8c7d4aa8e9ac88a6ab19a9da1b0 (patch)
treec2f9b93b48bd46683a6fe53867a2e61e8541eb23 /src/cl_platform_id.h
parentcb1e405ab348f903eda6069afa55edd85a507a61 (diff)
Bump to version 0.8.0.Release_v0.8
This version brings many improvments compare to the last released version 0.3, so that we decide to bump the version to 0.8.0 directly. Before the 1.0.0, we have two steps left. One is the performance optimization and the other is to support OpenCL 1.2 by default. Signed-off-by: Zhigang Gong <zhigang.gong@intel.com> Reviewed-by: "Yang, Rong R" <rong.r.yang@intel.com>
Diffstat (limited to 'src/cl_platform_id.h')
-rw-r--r--src/cl_platform_id.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cl_platform_id.h b/src/cl_platform_id.h
index 6b70aee..c7c716e 100644
--- a/src/cl_platform_id.h
+++ b/src/cl_platform_id.h
@@ -61,9 +61,10 @@ extern cl_int cl_get_platform_info(cl_platform_id platform,
#define _STR(x) #x
#define _JOINT(x, y) _STR(x) "." _STR(y)
+#define _JOINT3(x, y, z) _STR(x) "." _STR(y) "." _STR(z)
-#define LIBCL_DRIVER_VERSION_STRING _JOINT(LIBCL_DRIVER_VERSION_MAJOR, LIBCL_DRIVER_VERSION_MINOR)
+#define LIBCL_DRIVER_VERSION_STRING _JOINT3(LIBCL_DRIVER_VERSION_MAJOR, LIBCL_DRIVER_VERSION_MINOR, LIBCL_DRIVER_VERSION_PATCH)
#define LIBCL_VERSION_STRING "OpenCL " _JOINT(LIBCL_C_VERSION_MAJOR, LIBCL_C_VERSION_MINOR) " beignet " LIBCL_DRIVER_VERSION_STRING
#define LIBCL_C_VERSION_STRING "OpenCL C " _JOINT(LIBCL_C_VERSION_MAJOR, LIBCL_C_VERSION_MINOR) " beignet " LIBCL_DRIVER_VERSION_STRING