Skip to content

Commit

Permalink
Preparing V1.10.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed May 10, 2024
1 parent ead4543 commit 652cb09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
2 changes: 2 additions & 0 deletions docs/sphinx/releases/whats_new_1_10_0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 652cb09

Please sign in to comment.