Skip to content

Commit

Permalink
Final changes for 1.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Jul 14, 2021
1 parent af90714 commit 4225f1d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 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 7)
set(HPX_VERSION_SUBMINOR 0)
set(HPX_VERSION_DATE 20210709)
set(HPX_VERSION_TAG "-rc3")
set(HPX_VERSION_DATE 20210714)
set(HPX_VERSION_TAG "")

set(HPX_VERSION
"${HPX_VERSION_MAJOR}.${HPX_VERSION_MINOR}.${HPX_VERSION_SUBMINOR}"
Expand Down
5 changes: 4 additions & 1 deletion cmake/packaging/rpm/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
* Wed Feb 17 2020 STE||AR Group <[email protected]> 1.6.0
* Wed Jul 14 2021 STE||AR Group <[email protected]> 1.7.0
- HPX Release 1.7.0 (https://hpx-docs.stellar-group.org/tags/1.7.0/html/releases/whats_new_1_7_0.html)

* Wed Feb 17 2021 STE||AR Group <[email protected]> 1.6.0
- HPX Release 1.6.0 (https://hpx-docs.stellar-group.org/tags/1.6.0/html/releases/whats_new_1_6_0.html)

* Wed Sep 30 2020 STE||AR Group <[email protected]> 1.5.1
Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ It is also recommended that you check out the latest stable tag:

.. code-block:: sh
git checkout 1.6.0
git checkout 1.7.0
|hpx| dependencies
==================
Expand Down
6 changes: 3 additions & 3 deletions docs/sphinx/releases/whats_new_1_7_0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

.. _hpx_1_7_0:

==================
|hpx| V1.7.0 (TBD)
==================
===========================
|hpx| V1.7.0 (Jul 14, 2021)
===========================

This release is again focused on C++20 conformance of algorithms. Additionally,
many new experimental sender-based algorithms have been added based on the
Expand Down

0 comments on commit 4225f1d

Please sign in to comment.