Skip to content

Commit 5358a67

Browse files
committed
Update version numbers for 1.4.1-rc1
1 parent be7f0d9 commit 5358a67

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CMakeLists.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ endif()
6565
################################################################################
6666
set(HPX_VERSION_MAJOR 1)
6767
set(HPX_VERSION_MINOR 4)
68-
set(HPX_VERSION_SUBMINOR 0)
69-
set(HPX_VERSION_DATE 20200115)
70-
set(HPX_VERSION_TAG "")
68+
set(HPX_VERSION_SUBMINOR 1)
69+
set(HPX_VERSION_DATE 20200212)
70+
set(HPX_VERSION_TAG "-rc1")
7171

7272
set(HPX_VERSION "${HPX_VERSION_MAJOR}.${HPX_VERSION_MINOR}.${HPX_VERSION_SUBMINOR}")
7373
set(HPX_LIBRARY_VERSION "${HPX_VERSION}")

cmake/packaging/rpm/Changelog.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
* Wed Feb 12 2020 STE||AR Group <contact@stellar-group.org> 1.4.1-1
2+
- HPX Release 1.4.1 (https://stellar-group.github.io/hpx-docs/tags/1.4.1/html/releases/whats_new_1_4_1.html)
3+
14
* Wed Jan 15 2020 STE||AR Group <contact@stellar-group.org> 1.4.0-1
2-
- 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)
5+
- 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)
36

47
* Wed May 23 2019 STE||AR Group <contact@stellar-group.org> 1.3.0-1
58
- 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)

docs/sphinx/quickstart.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ It is also recommended that you check out the latest stable tag:
3333

3434
.. code-block:: sh
3535
36-
git checkout 1.4.0
36+
git checkout 1.4.1
3737
3838
|hpx| dependencies
3939
==================

0 commit comments

Comments
 (0)