From 2cf7d8429a58ac09842815d9859c90acbc38e8b7 Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Sun, 27 Nov 2016 13:34:18 +0100 Subject: Updated to version 0.10.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index e5feab03..edb03dbf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ set(CMAKE_USER_MAKE_RULES_OVERRIDE_CXX ${CMAKE_CURRENT_SOURCE_DIR}/cmake/cxx_fla # CMake project details project("clblast" C CXX) set(clblast_VERSION_MAJOR 0) -set(clblast_VERSION_MINOR 9) +set(clblast_VERSION_MINOR 10) set(clblast_VERSION_PATCH 0) # Options and their default values -- cgit v1.2.3