From b512f1e5608bfd36db41bcbf9b19898eb201f9c0 Mon Sep 17 00:00:00 2001 From: Zhigang Gong Date: Fri, 5 Jul 2013 18:09:33 +0800 Subject: [PATCH] Bump the version number. The library version is now 0.2, and the Opencl spec number is 1.1. Signed-off-by: Zhigang Gong --- CMakeLists.txt | 2 +- src/cl_platform_id.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c6a5d49..41ac43b 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 3a74028..5701a50 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) -- 2.7.4