Skip to content

Commit

Permalink
Merge branch 'release-1.9.X' of github.com:gonidelis/hpx into release…
Browse files Browse the repository at this point in the history
…-1.9.X
  • Loading branch information
STE||AR Group committed May 3, 2023
2 parents 9b5152e + 09203ec commit ea43d66
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Expand Up @@ -85,6 +85,6 @@ authors:
family-names: Khatami
affiliation: Louisiana State University
version: 1.9.0
date-released: 2023-05-01
date-released: 2023-05-02
repository-code: https://github.com/STEllAR-GROUP/hpx
license: BSL-1.0
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -60,7 +60,7 @@ endif()
set(HPX_VERSION_MAJOR 1)
set(HPX_VERSION_MINOR 9)
set(HPX_VERSION_SUBMINOR 0)
set(HPX_VERSION_DATE 20230501)
set(HPX_VERSION_DATE 20230502)
set(HPX_VERSION_TAG "")

set(HPX_VERSION
Expand Down
2 changes: 1 addition & 1 deletion cmake/HPX_UpdateGitDocs.cmake
Expand Up @@ -128,7 +128,7 @@ if(HPX_WITH_GIT_TAG)
# files to the "latest" directory. The regex only matches full version numbers
# with three numerical components (X.Y.Z). It does not match release
# candidates or other non-version tag names.
if("${HPX_WITH_GIT_TAG}" MATCHES "^[0-9]+\\.[0-9]+\\.[0-9]+$")
if("${HPX_WITH_GIT_TAG}" MATCHES "v^[0-9]+\\.[0-9]+\\.[0-9]+$")
message("Updating latest directory")
set(DOCS_LATEST_DEST "${HPX_BINARY_DIR}/docs/gh-pages/latest")
file(REMOVE_RECURSE "${DOCS_LATEST_DEST}")
Expand Down
5 changes: 4 additions & 1 deletion cmake/packaging/rpm/Changelog.txt
@@ -1,5 +1,8 @@
* Tue May 02 2023 STE||AR Group <contact@stellar-group.org> 1.9.0
- HPX Release 1.9.0 (https://hpx-docs.stellar-group.org/tags/1.9.0/html/releases/whats_new_1_9_0.html)

* Wed Aug 06 2022 STE||AR Group <contact@stellar-group.org> 1.8.1
- HPX Release 1.8.0 (https://hpx-docs.stellar-group.org/tags/1.8.1/html/releases/whats_new_1_8_1.html)
- HPX Release 1.8.1 (https://hpx-docs.stellar-group.org/tags/1.8.1/html/releases/whats_new_1_8_1.html)

* Wed May 18 2022 STE||AR Group <contact@stellar-group.org> 1.8.0
- HPX Release 1.8.0 (https://hpx-docs.stellar-group.org/tags/1.8.0/html/releases/whats_new_1_8_0.html)
Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx/releases/whats_new_1_9_0.rst
Expand Up @@ -8,7 +8,7 @@
.. _hpx_1_9_0:

===========================
|hpx| V1.9.0 (TBD)
|hpx| V1.9.0 (May 2, 2023)
===========================

General changes
Expand Down

0 comments on commit ea43d66

Please sign in to comment.