diff options
author | Zhigang Gong <zhigang.gong@linux.intel.com> | 2013-07-05 18:09:33 +0800 |
---|---|---|
committer | Zhigang Gong <zhigang.gong@linux.intel.com> | 2013-07-05 18:09:33 +0800 |
commit | b512f1e5608bfd36db41bcbf9b19898eb201f9c0 (patch) | |
tree | 1b9400f5737068daa395331b447ff0e2ac0ca535 | |
parent | df260562b61d78b88e187bb8dd8a54b9725d6eaa (diff) |
Bump the version number.Release_v0.2
The library version is now 0.2, and the Opencl spec number is 1.1.
Signed-off-by: Zhigang Gong <zhigang.gong@linux.intel.com>
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/cl_platform_id.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c6a5d499..41ac43be 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6.0) PROJECT(OCL) set (LIBCL_VERSION_MAJOR 0) -set (LIBCL_VERSION_MINOR 1) +set (LIBCL_VERSION_MINOR 2) configure_file ( "src/OCLConfig.h.in" diff --git a/src/cl_platform_id.h b/src/cl_platform_id.h index 3a74028a..5701a503 100644 --- a/src/cl_platform_id.h +++ b/src/cl_platform_id.h @@ -60,7 +60,7 @@ extern cl_int cl_get_platform_info(cl_platform_id platform, size_t * param_value_size_ret); #define OCL_VERSION_MAJOR 1 -#define OCL_VERSION_MINOR 0 +#define OCL_VERSION_MINOR 1 #define _STR(x) #x #define _JOINT(x, y) _STR(x) "." _STR(y) |