Skip to content

Commit

Permalink
Update hipsparselt version to v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vin-huang committed May 27, 2024
1 parent 20fb6b1 commit 9471094
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log for hipSPARSELt

## (Unreleased) hipSPARSELt 0.2.1

### Changes

* Refine test cases.

## (Unreleased) hipSPARSELt 0.2.0

### Additions
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ get_os_id(OS_ID)
message (STATUS "OS detected is ${OS_ID}")

# Setup version
set (VERSION_STRING "0.2.0" )
set (VERSION_STRING "0.2.1" )
rocm_setup_version( VERSION ${VERSION_STRING} )
set(hipsparselt_SOVERSION 0.2)

Expand Down

0 comments on commit 9471094

Please sign in to comment.