From 5687cd9dc9fa27e92f9997e877486b4798eab4b2 Mon Sep 17 00:00:00 2001 From: Steve Leung Date: Wed, 25 Jan 2023 14:05:23 -0700 Subject: [PATCH] bump version to 1.0.21 for ROCm 5.4.3 --- CHANGELOG.md | 5 +++++ CMakeLists.txt | 2 +- docs/Doxyfile | 2 +- docs/source/conf.py | 4 ++-- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77196a8f..6649cec6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/CMakeLists.txt b/CMakeLists.txt index 3b5a8015..5e321d92 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/docs/Doxyfile b/docs/Doxyfile index ea20eb37..ecb3dd0c 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -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 diff --git a/docs/source/conf.py b/docs/source/conf.py index 47f64ee9..d3b33df7 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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.