From 652cb0947f421288f0f2ac2a1786d835b739fae3 Mon Sep 17 00:00:00 2001 From: Hartmut Kaiser Date: Fri, 10 May 2024 10:53:58 -0500 Subject: [PATCH] Preparing V1.10.0-rc2 --- CMakeLists.txt | 4 ++-- docs/sphinx/releases/whats_new_1_10_0.rst | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2d6f0f097b5b..18a08b2ee53e 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 c1bdd41be5db..a3ee6decd446 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