Skip to content

Commit

Permalink
changelog and version (ROCm#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
jzuniga-amd authored Jan 16, 2021
1 parent dd3500e commit 862b24e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Full documentation for rocSOLVER is available at [rocsolver.readthedocs.io](https://rocsolver.readthedocs.io/en/latest/).

## [(Unreleased) rocSOLVER 3.11.0 for ROCm 4.1.0]
## [rocSOLVER 3.11.0 for ROCm 4.1.0]
### Added
- Eigensolver routines for symmetric/hermitian matrices:
- STERF, STEQR
Expand Down
2 changes: 1 addition & 1 deletion bump_rocsolver_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# - run this script in develop before merging developi/staging into master

OLD_ROCSOLVER_VERSION="3.10.0" #Released in October/November 2020
NEW_ROCSOLVER_VERSION="3.11.0" #To release in November/December 2020
NEW_ROCSOLVER_VERSION="3.11.0" #To release in February 2021
sed -i "s/${OLD_ROCSOLVER_VERSION}/${NEW_ROCSOLVER_VERSION}/g" CMakeLists.txt

# for documentation
Expand Down

0 comments on commit 862b24e

Please sign in to comment.