Skip to content

Commit 004dacd

Browse files
committed
Update hipsparselt version to v0.2.1
1 parent c6d23b6 commit 004dacd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log for hipSPARSELt
22

3+
## (Unreleased) hipSPARSELt 0.2.1
4+
5+
### Changes
6+
7+
* Refine test cases.
8+
39
## (Unreleased) hipSPARSELt 0.2.0
410

511
### Additions

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ get_os_id(OS_ID)
221221
message (STATUS "OS detected is ${OS_ID}")
222222

223223
# Setup version
224-
set (VERSION_STRING "0.2.0" )
224+
set (VERSION_STRING "0.2.1" )
225225
rocm_setup_version( VERSION ${VERSION_STRING} )
226226
set(hipsparselt_SOVERSION 0.2)
227227

0 commit comments

Comments
 (0)