We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a3e6fa commit 16680a0Copy full SHA for 16680a0
2 files changed
CMakeLists.txt
@@ -64,7 +64,7 @@ string(TIMESTAMP HPX_COPYRIGHT_YEAR "%Y")
64
set(HPX_VERSION_MAJOR 1)
65
set(HPX_VERSION_MINOR 11)
66
set(HPX_VERSION_SUBMINOR 0)
67
-set(HPX_VERSION_DATE 20250513)
+set(HPX_VERSION_DATE 20250630)
68
set(HPX_VERSION_TAG "-rc1")
69
70
set(HPX_VERSION
docs/sphinx/releases/whats_new_1_11_0.rst
@@ -8,10 +8,10 @@
8
.. _hpx_1_11_0:
9
10
============================
11
-|hpx| V1.11.0 (May 31, 2025)
+|hpx| V1.11.0 (Jun 30, 2025)
12
13
14
-This release is the last verision of HPX that supports C++17. Future versions
+This release is the last version of HPX that supports C++17. Future versions
15
of HPX will require compilation using C++20 or above.
16
17
General changes
0 commit comments