Updated to version 0.4.0

This commit is contained in:
CNugteren 2015-08-22 12:41:40 +02:00
parent ff1a670e88
commit 74f601794d
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
Development version (next release) Version 0.4.0
- Now using the Claduc C++11 interface to OpenCL - Now using the Claduc C++11 interface to OpenCL
- Added plain C API for increased compatibility (clblast_c.h) - Added plain C API for increased compatibility (clblast_c.h)
- Re-organized tuner infrastructure and added JSON output - Re-organized tuner infrastructure and added JSON output

View file

@ -13,7 +13,7 @@
cmake_minimum_required(VERSION 2.8.10) cmake_minimum_required(VERSION 2.8.10)
project("clblast" C CXX) project("clblast" C CXX)
set(clblast_VERSION_MAJOR 0) set(clblast_VERSION_MAJOR 0)
set(clblast_VERSION_MINOR 3) set(clblast_VERSION_MINOR 4)
set(clblast_VERSION_PATCH 0) set(clblast_VERSION_PATCH 0)
# Options and their default values # Options and their default values