Skip to content

Commit a943fd2

Browse files
committed
Update release tag and date for final 1.3.0 release
1 parent 58fa1f0 commit a943fd2

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ project(HPX CXX C)
4848
set(HPX_VERSION_MAJOR 1)
4949
set(HPX_VERSION_MINOR 3)
5050
set(HPX_VERSION_SUBMINOR 0)
51-
set(HPX_VERSION_DATE 20190522)
52-
set(HPX_VERSION_TAG "-rc3")
51+
set(HPX_VERSION_DATE 20190523)
52+
set(HPX_VERSION_TAG "")
5353

5454
set(HPX_VERSION "${HPX_VERSION_MAJOR}.${HPX_VERSION_MINOR}.${HPX_VERSION_SUBMINOR}")
5555
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 May 23 2018 STE||AR Group <contact@stellar-group.org> 1.3.0-1
2+
- 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)
3+
14
* Wed Feb 19 2018 STE||AR Group <contact@stellar-group.org> 1.2.1-1
25
- HPX Release 1.2.1 (https://stellar-group.github.io/hpx/docs/sphinx/tags/1.2.1/html/releases/whats_new_1_2_1.html)
36

docs/sphinx/quickstart.rst

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

3333
.. code-block:: sh
3434
35-
git checkout 1.2.1
35+
git checkout 1.3.0
3636
3737
|hpx| dependencies
3838
==================

docs/sphinx/releases/whats_new_1_3_0.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
.. _hpx_1_3_0:
88

9-
=========================
10-
|hpx| V1.3.0 (unreleased)
11-
=========================
9+
===========================
10+
|hpx| V1.3.0 (May 23, 2019)
11+
===========================
1212

1313
General changes
1414
===============

0 commit comments

Comments
 (0)