diff --git a/CHANGELOG.md b/CHANGELOG.md index c452a3c4..962446fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,13 +3,13 @@ Documentation for hipCUB is available at [https://rocm.docs.amd.com/projects/hipCUB/en/latest/](https://rocm.docs.amd.com/projects/hipCUB/en/latest/). -## (Unreleased) hipCUB-3.2.1 for ROCm 6.2.4 +## hipCUB-3.2.1 for ROCm 6.2.4 ### Added * GFX1151 Support -## (Unreleased) hipCUB-3.2.0 for ROCm 6.2.0 +## hipCUB-3.2.0 for ROCm 6.2.0 ### Added * Add `DeviceCopy` function to have parity with CUB. @@ -44,7 +44,7 @@ Documentation for hipCUB is available at by setting the `CUB_DEBUG_SYNC` (or higher debug level) or the `HIPCUB_DEBUG_SYNC` preprocessor definition. * The compile time deprecation warnings can be disabled by defining the `HIPCUB_IGNORE_DEPRECATED_API` preprocessor definition. -## (Unreleased) hipCUB-3.1.0 for ROCm 6.1.0 +## hipCUB-3.1.0 for ROCm 6.1.0 ### Changes diff --git a/CMakeLists.txt b/CMakeLists.txt index a99acd7b..09ce724d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -98,7 +98,7 @@ if(BUILD_ADDRESS_SANITIZER) endif() # Setup VERSION -set(VERSION_STRING "3.2.0") +set(VERSION_STRING "3.2.1") rocm_setup_version(VERSION ${VERSION_STRING}) # Print configuration summary