Updated to version 0.2.0

This commit is contained in:
CNugteren 2015-06-21 09:13:08 +02:00
parent 6aac23be86
commit 985eeac503
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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