Skip to content

Commit ea43d66

Browse files
author
STE||AR Group
committed
Merge branch 'release-1.9.X' of github.com:gonidelis/hpx into release-1.9.X
2 parents 9b5152e + 09203ec commit ea43d66

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

CITATION.cff

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,6 @@ authors:
8585
family-names: Khatami
8686
affiliation: Louisiana State University
8787
version: 1.9.0
88-
date-released: 2023-05-01
88+
date-released: 2023-05-02
8989
repository-code: https://github.com/STEllAR-GROUP/hpx
9090
license: BSL-1.0

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ endif()
6060
set(HPX_VERSION_MAJOR 1)
6161
set(HPX_VERSION_MINOR 9)
6262
set(HPX_VERSION_SUBMINOR 0)
63-
set(HPX_VERSION_DATE 20230501)
63+
set(HPX_VERSION_DATE 20230502)
6464
set(HPX_VERSION_TAG "")
6565

6666
set(HPX_VERSION

cmake/HPX_UpdateGitDocs.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ if(HPX_WITH_GIT_TAG)
128128
# files to the "latest" directory. The regex only matches full version numbers
129129
# with three numerical components (X.Y.Z). It does not match release
130130
# 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]+$")
132132
message("Updating latest directory")
133133
set(DOCS_LATEST_DEST "${HPX_BINARY_DIR}/docs/gh-pages/latest")
134134
file(REMOVE_RECURSE "${DOCS_LATEST_DEST}")

cmake/packaging/rpm/Changelog.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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+
14
* 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)
36

47
* Wed May 18 2022 STE||AR Group <contact@stellar-group.org> 1.8.0
58
- HPX Release 1.8.0 (https://hpx-docs.stellar-group.org/tags/1.8.0/html/releases/whats_new_1_8_0.html)

docs/sphinx/releases/whats_new_1_9_0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
.. _hpx_1_9_0:
99

1010
===========================
11-
|hpx| V1.9.0 (TBD)
11+
|hpx| V1.9.0 (May 2, 2023)
1212
===========================
1313

1414
General changes

0 commit comments

Comments
 (0)