Commit a943fd2 1 parent 58fa1f0 commit a943fd2 Copy full SHA for a943fd2
File tree 4 files changed +9
-6
lines changed
4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ project(HPX CXX C)
48
48
set (HPX_VERSION_MAJOR 1)
49
49
set (HPX_VERSION_MINOR 3)
50
50
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 "" )
53
53
54
54
set (HPX_VERSION "${HPX_VERSION_MAJOR} .${HPX_VERSION_MINOR} .${HPX_VERSION_SUBMINOR} " )
55
55
set (HPX_LIBRARY_VERSION "${HPX_VERSION} " )
Original file line number Diff line number Diff line change
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
+
1
4
* Wed Feb 19 2018 STE||AR Group <contact@stellar-group.org> 1.2.1-1
2
5
- 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)
3
6
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ It is also recommended that you check out the latest stable tag:
32
32
33
33
.. code-block :: sh
34
34
35
- git checkout 1.2.1
35
+ git checkout 1.3.0
36
36
37
37
|hpx | dependencies
38
38
==================
Original file line number Diff line number Diff line change 6
6
7
7
.. _hpx_1_3_0 :
8
8
9
- =========================
10
- |hpx | V1.3.0 (unreleased )
11
- =========================
9
+ ===========================
10
+ |hpx | V1.3.0 (May 23, 2019 )
11
+ ===========================
12
12
13
13
General changes
14
14
===============
You can’t perform that action at this time.
0 commit comments