diff --git a/CMakeLists.txt b/CMakeLists.txt index 2d6f0f097b5..18a08b2ee53 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -60,8 +60,8 @@ endif() set(HPX_VERSION_MAJOR 1) set(HPX_VERSION_MINOR 10) set(HPX_VERSION_SUBMINOR 0) -set(HPX_VERSION_DATE 20240501) -set(HPX_VERSION_TAG "-rc1") +set(HPX_VERSION_DATE 20240510) +set(HPX_VERSION_TAG "-rc2") set(HPX_VERSION "${HPX_VERSION_MAJOR}.${HPX_VERSION_MINOR}.${HPX_VERSION_SUBMINOR}" diff --git a/docs/sphinx/releases/whats_new_1_10_0.rst b/docs/sphinx/releases/whats_new_1_10_0.rst index c1bdd41be5d..a3ee6decd44 100644 --- a/docs/sphinx/releases/whats_new_1_10_0.rst +++ b/docs/sphinx/releases/whats_new_1_10_0.rst @@ -97,6 +97,8 @@ Closed issues Closed pull requests ==================== +* :hpx-pr:`6485` - Destructive interference size +* :hpx-pr:`6484` - Improve performance counter error handling * :hpx-pr:`6482` - Generalize the notion of bitwise serialization * :hpx-pr:`6481` - Fixing use of HPX_WITH_CXX_STANDARD * :hpx-pr:`6480` - Remove equal_to from hpx::any