diff --git a/CHANGELOG b/CHANGELOG index 6d8635a4..12d9322e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,5 @@ -Development version (next release) +Version 0.2.0 - Added support for complex conjugate transpose - Several host-code performance improvements - Improved testing infrastructure and coverage diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a597f22..038e71ae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required(VERSION 2.8.10) project("clblast" CXX) set(clblast_VERSION_MAJOR 0) -set(clblast_VERSION_MINOR 1) +set(clblast_VERSION_MINOR 2) set(clblast_VERSION_PATCH 0) # Options and their default values