Skip to content

Commit

Permalink
Update release tag and date for final 1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed May 22, 2019
1 parent 58fa1f0 commit a943fd2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ project(HPX CXX C)
set(HPX_VERSION_MAJOR 1)
set(HPX_VERSION_MINOR 3)
set(HPX_VERSION_SUBMINOR 0)
set(HPX_VERSION_DATE 20190522)
set(HPX_VERSION_TAG "-rc3")
set(HPX_VERSION_DATE 20190523)
set(HPX_VERSION_TAG "")

set(HPX_VERSION "${HPX_VERSION_MAJOR}.${HPX_VERSION_MINOR}.${HPX_VERSION_SUBMINOR}")
set(HPX_LIBRARY_VERSION "${HPX_VERSION}")
Expand Down
3 changes: 3 additions & 0 deletions cmake/packaging/rpm/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* Wed May 23 2018 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)

* Wed Feb 19 2018 STE||AR Group <[email protected]> 1.2.1-1
- 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)

Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ It is also recommended that you check out the latest stable tag:

.. code-block:: sh
git checkout 1.2.1
git checkout 1.3.0
|hpx| dependencies
==================
Expand Down
6 changes: 3 additions & 3 deletions docs/sphinx/releases/whats_new_1_3_0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

.. _hpx_1_3_0:

=========================
|hpx| V1.3.0 (unreleased)
=========================
===========================
|hpx| V1.3.0 (May 23, 2019)
===========================

General changes
===============
Expand Down

0 comments on commit a943fd2

Please sign in to comment.