Skip to content

Commit

Permalink
bump version to 1.0.21 for ROCm 5.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
evetsso authored Jan 25, 2023
1 parent 1518694 commit 5687cd9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## rocFFT 1.0.21 for ROCm 5.4.3

### Fixed
- Removed source directory from rocm_install_targets call to prevent installation of rocfft.h in an unintended location.

## rocFFT 1.0.20 for ROCm 5.4.1

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ include( ROCMClients )
include( ROCMHeaderWrapper )

# Using standardized versioning from rocm-cmake
set ( VERSION_STRING "1.0.20" )
set ( VERSION_STRING "1.0.21" )
rocm_setup_version( VERSION ${VERSION_STRING} )

# Append our library helper cmake path and the cmake path for hip (for
Expand Down
2 changes: 1 addition & 1 deletion docs/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "rocFFT"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = v1.0.20
PROJECT_NUMBER = v1.0.21

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
# built documents.
#
# The short X.Y version.
version = u'1.0.20'
version = u'1.0.21'
# The full version, including alpha/beta/rc tags.
release = u'1.0.20'
release = u'1.0.21'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 5687cd9

Please sign in to comment.