We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e6ec2f commit 4444c45Copy full SHA for 4444c45
CMakeLists.txt
@@ -60,8 +60,8 @@ endif()
60
set(HPX_VERSION_MAJOR 1)
61
set(HPX_VERSION_MINOR 10)
62
set(HPX_VERSION_SUBMINOR 0)
63
-set(HPX_VERSION_DATE 20240527)
64
-set(HPX_VERSION_TAG "-rc3")
+set(HPX_VERSION_DATE 20240529)
+set(HPX_VERSION_TAG "")
65
66
set(HPX_VERSION
67
"${HPX_VERSION_MAJOR}.${HPX_VERSION_MINOR}.${HPX_VERSION_SUBMINOR}"
docs/sphinx/releases/whats_new_1_10_0.rst
@@ -7,9 +7,9 @@
7
8
.. _hpx_1_10_0:
9
10
-===========================
11
-|hpx| V1.10.0 (TBD)
12
+============================
+|hpx| V1.10.0 (May 29, 2024)
13
14
General changes
15
===============
0 commit comments