Skip to content

Commit 5687cd9

Browse files
authored
bump version to 1.0.21 for ROCm 5.4.3
1 parent 1518694 commit 5687cd9

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

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

5+
## rocFFT 1.0.21 for ROCm 5.4.3
6+
7+
### Fixed
8+
- Removed source directory from rocm_install_targets call to prevent installation of rocfft.h in an unintended location.
9+
510
## rocFFT 1.0.20 for ROCm 5.4.1
611

712
### Fixed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ include( ROCMClients )
9898
include( ROCMHeaderWrapper )
9999

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

104104
# Append our library helper cmake path and the cmake path for hip (for

docs/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "rocFFT"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = v1.0.20
41+
PROJECT_NUMBER = v1.0.21
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464
# built documents.
6565
#
6666
# The short X.Y version.
67-
version = u'1.0.20'
67+
version = u'1.0.21'
6868
# The full version, including alpha/beta/rc tags.
69-
release = u'1.0.20'
69+
release = u'1.0.21'
7070

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

0 commit comments

Comments
 (0)