Skip to content

Commit

Permalink
bump version to 1.0.25 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 b9926b5 commit 670ccd1
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 @@ -91,7 +91,7 @@ include( ROCMClients )
include( ROCMHeaderWrapper )

# Using standardized versioning from rocm-cmake
set ( VERSION_STRING "1.0.23" )
set ( VERSION_STRING "1.0.25" )
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/.doxygen/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.23
PROJECT_NUMBER = v1.0.25

# 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 670ccd1

Please sign in to comment.