diff options
author | Zhigang Gong <zhigang.gong@intel.com> | 2014-06-13 17:50:31 +0800 |
---|---|---|
committer | Zhigang Gong <zhigang.gong@intel.com> | 2014-06-13 17:50:31 +0800 |
commit | 9ff466f9ce4b8130b4d2d8ba6236e14d4e1b444a (patch) | |
tree | 5540dd075fafdc3d41a939945714e4a95f0d8300 | |
parent | a9db43813ef594cfad058bb630e231ad14e37883 (diff) |
Bump beignet version to 0.8.99.
We are approaching the releae of version 0.9, so we bump
the version to 0.8.99 now.
Signed-off-by: Zhigang Gong <zhigang.gong@intel.com>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c9087d82..6c2d2a65 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6.0) PROJECT(OCL) set (LIBCL_DRIVER_VERSION_MAJOR 0) set (LIBCL_DRIVER_VERSION_MINOR 8) -set (LIBCL_DRIVER_VERSION_PATCH 0) +set (LIBCL_DRIVER_VERSION_PATCH 99) set (LIBCL_C_VERSION_MAJOR 1) set (LIBCL_C_VERSION_MINOR 2) |