Skip to content

Commit

Permalink
Update version numbers for 1.4.1-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Feb 11, 2020
1 parent be7f0d9 commit 5358a67
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ endif()
################################################################################
set(HPX_VERSION_MAJOR 1)
set(HPX_VERSION_MINOR 4)
set(HPX_VERSION_SUBMINOR 0)
set(HPX_VERSION_DATE 20200115)
set(HPX_VERSION_TAG "")
set(HPX_VERSION_SUBMINOR 1)
set(HPX_VERSION_DATE 20200212)
set(HPX_VERSION_TAG "-rc1")

set(HPX_VERSION "${HPX_VERSION_MAJOR}.${HPX_VERSION_MINOR}.${HPX_VERSION_SUBMINOR}")
set(HPX_LIBRARY_VERSION "${HPX_VERSION}")
Expand Down
5 changes: 4 additions & 1 deletion cmake/packaging/rpm/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
* Wed Feb 12 2020 STE||AR Group <[email protected]> 1.4.1-1
- HPX Release 1.4.1 (https://stellar-group.github.io/hpx-docs/tags/1.4.1/html/releases/whats_new_1_4_1.html)

* Wed Jan 15 2020 STE||AR Group <[email protected]> 1.4.0-1
- HPX Release 1.3.0 (https://stellar-group.github.io/hpx/docs/sphinx/tags/1.4.0/html/releases/whats_new_1_3_0.html)
- HPX Release 1.4.0 (https://stellar-group.github.io/hpx/docs/sphinx/tags/1.4.0/html/releases/whats_new_1_4_0.html)

* Wed May 23 2019 STE||AR Group <[email protected]> 1.3.0-1
- HPX Release 1.3.0 (https://stellar-group.github.io/hpx/docs/sphinx/tags/1.3.0/html/releases/whats_new_1_3_0.html)
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.4.0
git checkout 1.4.1
|hpx| dependencies
==================
Expand Down

0 comments on commit 5358a67

Please sign in to comment.