diff options
author | Zhigang Gong <zhigang.gong@intel.com> | 2014-02-10 16:28:37 +0800 |
---|---|---|
committer | Zhigang Gong <zhigang.gong@intel.com> | 2014-02-12 15:43:26 +0800 |
commit | f206e982278af8c7d4aa8e9ac88a6ab19a9da1b0 (patch) | |
tree | c2f9b93b48bd46683a6fe53867a2e61e8541eb23 /src/OCLConfig.h.in | |
parent | cb1e405ab348f903eda6069afa55edd85a507a61 (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/OCLConfig.h.in')
-rw-r--r-- | src/OCLConfig.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/OCLConfig.h.in b/src/OCLConfig.h.in index 8662584d..71de4b30 100644 --- a/src/OCLConfig.h.in +++ b/src/OCLConfig.h.in @@ -1,5 +1,6 @@ // the configured options and settings for LIBCL #define LIBCL_DRIVER_VERSION_MAJOR @LIBCL_DRIVER_VERSION_MAJOR@ #define LIBCL_DRIVER_VERSION_MINOR @LIBCL_DRIVER_VERSION_MINOR@ +#define LIBCL_DRIVER_VERSION_PATCH @LIBCL_DRIVER_VERSION_PATCH@ #define LIBCL_C_VERSION_MAJOR @LIBCL_C_VERSION_MAJOR@ #define LIBCL_C_VERSION_MINOR @LIBCL_C_VERSION_MINOR@ |