summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-05-02 20:29:59 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2017-05-02 20:29:59 +0200
commite9d2a2f54c192ce63e2553bcb12659350c88c441 (patch)
tree0464825cd7b89741a820b024a5da393addaaffd2
parentc9f39ed13a185f047449f455c474f5436c800dfd (diff)
Updated to version 0.11.0
-rw-r--r--CHANGELOG2
-rw-r--r--CMakeLists.txt2
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