diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
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" |