From fffd478bfa45a8e9559c9a213ac7ea6d70256ba7 Mon Sep 17 00:00:00 2001 From: Timmy Date: Tue, 5 Jan 2016 22:34:32 -0600 Subject: [PATCH] bump master branch version number to 2.10.0 --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 9ec932b1..ed5b0fec 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -108,7 +108,7 @@ if( NOT DEFINED clBLAS_VERSION_MAJOR ) endif( ) if( NOT DEFINED clBLAS_VERSION_MINOR ) - set( clBLAS_VERSION_MINOR 9 ) + set( clBLAS_VERSION_MINOR 10 ) endif( ) if( NOT DEFINED clBLAS_VERSION_PATCH )