summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorZhigang Gong <zhigang.gong@linux.intel.com>2013-07-05 18:09:33 +0800
committerZhigang Gong <zhigang.gong@linux.intel.com>2013-07-05 18:09:33 +0800
commitb512f1e5608bfd36db41bcbf9b19898eb201f9c0 (patch)
tree1b9400f5737068daa395331b447ff0e2ac0ca535 /CMakeLists.txt
parentdf260562b61d78b88e187bb8dd8a54b9725d6eaa (diff)
downloadbeignet-b512f1e5608bfd36db41bcbf9b19898eb201f9c0.tar.gz
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>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 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"