summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-07-30 20:54:21 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2017-07-30 20:54:21 +0200
commit1155c068e982b1af19230c4c2d2e6dcb1d495414 (patch)
tree3a7f9e86d30a1c700ae264caf46f0187c1e13177
parentae068771daa70baffaa6029a1852f9d7d57190fd (diff)
Updated to version 1.0.0
-rw-r--r--CHANGELOG2
-rw-r--r--CMakeLists.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 30af643e..7e5ebe9c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,5 @@
-Development (next version)
+Version 1.0.0
- Fixed a bug in the TRSM routine for alpha != 1
- Fixed a bug in the cache related to multi-device contexts (thanks to 'kpot')
- Fixed a bug in the direct version of the GEMM kernel
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c78add4e..1c7120f1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,8 +17,8 @@ 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 11)
+set(clblast_VERSION_MAJOR 1)
+set(clblast_VERSION_MINOR 0)
set(clblast_VERSION_PATCH 0)
# Options and their default values