Skip to content

Commit 1155c06

Browse files
committed
Updated to version 1.0.0
1 parent ae06877 commit 1155c06

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
Development (next version)
2+
Version 1.0.0
33
- Fixed a bug in the TRSM routine for alpha != 1
44
- Fixed a bug in the cache related to multi-device contexts (thanks to 'kpot')
55
- Fixed a bug in the direct version of the GEMM kernel

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ set(CMAKE_USER_MAKE_RULES_OVERRIDE_CXX ${CMAKE_CURRENT_SOURCE_DIR}/cmake/cxx_fla
1717

1818
# CMake project details
1919
project("clblast" C CXX)
20-
set(clblast_VERSION_MAJOR 0)
21-
set(clblast_VERSION_MINOR 11)
20+
set(clblast_VERSION_MAJOR 1)
21+
set(clblast_VERSION_MINOR 0)
2222
set(clblast_VERSION_PATCH 0)
2323

2424
# Options and their default values

0 commit comments

Comments
 (0)