Skip to content

Commit

Permalink
Final patch release additions
Browse files Browse the repository at this point in the history
  • Loading branch information
STE||AR Group committed Aug 4, 2023
1 parent ca2b966 commit 0583de5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CITATION.cff
Expand Up @@ -7,7 +7,7 @@
# Metadata for citation of this software according to the CFF format (https://citation-file-format.github.io/)
cff-version: 1.2.0
message: If you use this software, please cite it using these metadata.
title: 'STEllAR-GROUP/hpx: HPX V1.9.0: The C++ Standards Library for Parallelism and
title: 'STEllAR-GROUP/hpx: HPX V1.9.1: The C++ Standards Library for Parallelism and
Concurrency'
doi: 10.5281/zenodo.5185328
authors:
Expand Down Expand Up @@ -84,7 +84,7 @@ authors:
- given-names: Zahra
family-names: Khatami
affiliation: Louisiana State University
version: 1.9.0
date-released: 2023-05-02
version: 1.9.1
date-released: 2023-08-04
repository-code: https://github.com/STEllAR-GROUP/hpx
license: BSL-1.0
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -60,8 +60,8 @@ endif()
set(HPX_VERSION_MAJOR 1)
set(HPX_VERSION_MINOR 9)
set(HPX_VERSION_SUBMINOR 1)
set(HPX_VERSION_DATE 20230502)
set(HPX_VERSION_TAG "-rc1")
set(HPX_VERSION_DATE 20230804)
set(HPX_VERSION_TAG "")

set(HPX_VERSION
"${HPX_VERSION_MAJOR}.${HPX_VERSION_MINOR}.${HPX_VERSION_SUBMINOR}"
Expand Down
3 changes: 3 additions & 0 deletions cmake/packaging/rpm/Changelog.txt
@@ -1,3 +1,6 @@
* Fri Aug 04 2023 STE||AR Group <contact@stellar-group.org> 1.9.1
- HPX Release 1.9.1 (https://hpx-docs.stellar-group.org/tags/1.9.1/html/releases/whats_new_1_9_1.html)

* 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)

Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx/releases/whats_new_1_9_1.rst
Expand Up @@ -8,7 +8,7 @@
.. _hpx_1_9_1:

===========================
|hpx| V1.9.1 (TBD)
|hpx| V1.9.1 (August 4, 2023)
===========================

General changes
Expand Down

0 comments on commit 0583de5

Please sign in to comment.