From e9d2a2f54c192ce63e2553bcb12659350c88c441 Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Tue, 2 May 2017 20:29:59 +0200 Subject: Updated to version 0.11.0 --- CHANGELOG | 2 +- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6643cc32..686bd235 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,5 @@ -Development version (next release) +Version 0.11.0 - Improved the internal program source and binary caches for scalability and speed (thanks to 'intelfx') - Fixed a bug having to re-create the binary even if it was in the cache - Fixed a bug when using offsets in the direct version of the GEMM kernels diff --git a/CMakeLists.txt b/CMakeLists.txt index b26de79a..c602c5e2 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 10) +set(clblast_VERSION_MINOR 11) set(clblast_VERSION_PATCH 0) # Options and their default values -- cgit v1.2.3