Skip to content

Commit

Permalink
bump version to 1.0.14 for ROCm 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
evetsso committed Dec 15, 2023
1 parent b640096 commit 1516815
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
Documentation for hipFFT is available at
[https://rocm.docs.amd.com/projects/hipFFT/en/latest/](https://rocm.docs.amd.com/projects/hipFFT/en/latest/).

## hipFFT 1.0.14 for ROCm 6.1.0

### Fixes

* Fixed error when creating length-1 plans.

## hipFFT 1.0.13 for ROCm 6.0.0

### Changes
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ if(BUILD_FILE_REORG_BACKWARD_COMPATIBILITY AND NOT WIN32)
endif()

# Version
set( VERSION_STRING "1.0.12" )
set( VERSION_STRING "1.0.14" )
set( hipfft_SOVERSION 0.1 )

if( ROCM_FOUND )
Expand Down
2 changes: 1 addition & 1 deletion docs/.doxygen/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "hipFFT"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = v1.0.12
PROJECT_NUMBER = v1.0.14

# 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

0 comments on commit 1516815

Please sign in to comment.