Skip to content

Commit

Permalink
bump version to 1.0.13 for ROCm 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evetsso committed Jan 8, 2024
1 parent e4f84af commit dab6019
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.13" )
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.13

# 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 dab6019

Please sign in to comment.