summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--src/cl_platform_id.h2
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)