Commit ea43d66 STE||AR Group
committed
File tree 5 files changed +8
-5
lines changed
5 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,6 @@ authors:
85
85
family-names : Khatami
86
86
affiliation : Louisiana State University
87
87
version : 1.9.0
88
- date-released : 2023-05-01
88
+ date-released : 2023-05-02
89
89
repository-code : https://github.com/STEllAR-GROUP/hpx
90
90
license : BSL-1.0
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ endif()
60
60
set (HPX_VERSION_MAJOR 1)
61
61
set (HPX_VERSION_MINOR 9)
62
62
set (HPX_VERSION_SUBMINOR 0)
63
- set (HPX_VERSION_DATE 20230501 )
63
+ set (HPX_VERSION_DATE 20230502 )
64
64
set (HPX_VERSION_TAG "" )
65
65
66
66
set (HPX_VERSION
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ if(HPX_WITH_GIT_TAG)
128
128
# files to the "latest" directory. The regex only matches full version numbers
129
129
# with three numerical components (X.Y.Z). It does not match release
130
130
# candidates or other non-version tag names.
131
- if ("${HPX_WITH_GIT_TAG} " MATCHES "^[0-9]+\\ .[0-9]+\\ .[0-9]+$" )
131
+ if ("${HPX_WITH_GIT_TAG} " MATCHES "v ^[0-9]+\\ .[0-9]+\\ .[0-9]+$" )
132
132
message ("Updating latest directory" )
133
133
set (DOCS_LATEST_DEST "${HPX_BINARY_DIR} /docs/gh-pages/latest" )
134
134
file (REMOVE_RECURSE "${DOCS_LATEST_DEST} " )
Original file line number Diff line number Diff line change
1
+ * Tue May 02 2023 STE||AR Group <contact@stellar-group.org> 1.9.0
2
+ - HPX Release 1.9.0 (https://hpx-docs.stellar-group.org/tags/1.9.0/html/releases/whats_new_1_9_0.html)
3
+
1
4
* Wed Aug 06 2022 STE||AR Group <contact@stellar-group.org> 1.8.1
2
- - HPX Release 1.8.0 (https://hpx-docs.stellar-group.org/tags/1.8.1/html/releases/whats_new_1_8_1.html)
5
+ - HPX Release 1.8.1 (https://hpx-docs.stellar-group.org/tags/1.8.1/html/releases/whats_new_1_8_1.html)
3
6
4
7
* Wed May 18 2022 STE||AR Group <contact@stellar-group.org> 1.8.0
5
8
- HPX Release 1.8.0 (https://hpx-docs.stellar-group.org/tags/1.8.0/html/releases/whats_new_1_8_0.html)
Original file line number Diff line number Diff line change 8
8
.. _hpx_1_9_0 :
9
9
10
10
===========================
11
- |hpx | V1.9.0 (TBD )
11
+ |hpx | V1.9.0 (May 2, 2023 )
12
12
===========================
13
13
14
14
General changes
You can’t perform that action at this time.
0 commit comments