Skip to content

Commit 59556b7

Browse files
committed
Set final version date and tag for 1.4.0 release
1 parent 8840c0c commit 59556b7

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ project(HPX CXX C)
4949
set(HPX_VERSION_MAJOR 1)
5050
set(HPX_VERSION_MINOR 4)
5151
set(HPX_VERSION_SUBMINOR 0)
52-
set(HPX_VERSION_DATE 20191206)
53-
set(HPX_VERSION_TAG "-rc2")
52+
set(HPX_VERSION_DATE 20200115)
53+
set(HPX_VERSION_TAG "")
5454

5555
set(HPX_VERSION "${HPX_VERSION_MAJOR}.${HPX_VERSION_MINOR}.${HPX_VERSION_SUBMINOR}")
5656
set(HPX_LIBRARY_VERSION "${HPX_VERSION}")

cmake/packaging/rpm/Changelog.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
* 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)
3+
14
* Wed May 23 2019 STE||AR Group <contact@stellar-group.org> 1.3.0-1
25
- 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)
36

docs/sphinx/releases/whats_new_1_4_0.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
.. _hpx_1_4_0:
99

10-
=========================
11-
|hpx| V1.4.0 (unreleased)
12-
=========================
10+
===============================
11+
|hpx| V1.4.0 (January 15, 2020)
12+
===============================
1313

1414
General changes
1515
===============

0 commit comments

Comments
 (0)