Commit 5358a67 1 parent be7f0d9 commit 5358a67 Copy full SHA for 5358a67
File tree 3 files changed +8
-5
lines changed
3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -65,9 +65,9 @@ endif()
65
65
################################################################################
66
66
set (HPX_VERSION_MAJOR 1)
67
67
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 " )
71
71
72
72
set (HPX_VERSION "${HPX_VERSION_MAJOR} .${HPX_VERSION_MINOR} .${HPX_VERSION_SUBMINOR} " )
73
73
set (HPX_LIBRARY_VERSION "${HPX_VERSION} " )
Original file line number Diff line number Diff line change
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
+
1
4
* 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)
3
6
4
7
* Wed May 23 2019 STE||AR Group <contact@stellar-group.org> 1.3.0-1
5
8
- 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)
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ It is also recommended that you check out the latest stable tag:
33
33
34
34
.. code-block :: sh
35
35
36
- git checkout 1.4.0
36
+ git checkout 1.4.1
37
37
38
38
|hpx | dependencies
39
39
==================
You can’t perform that action at this time.
0 commit comments