Skip to content

Commit 0583de5

Browse files
author
STE||AR Group
committed
Final patch release additions
1 parent ca2b966 commit 0583de5

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

CITATION.cff

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Metadata for citation of this software according to the CFF format (https://citation-file-format.github.io/)
88
cff-version: 1.2.0
99
message: If you use this software, please cite it using these metadata.
10-
title: 'STEllAR-GROUP/hpx: HPX V1.9.0: The C++ Standards Library for Parallelism and
10+
title: 'STEllAR-GROUP/hpx: HPX V1.9.1: The C++ Standards Library for Parallelism and
1111
Concurrency'
1212
doi: 10.5281/zenodo.5185328
1313
authors:
@@ -84,7 +84,7 @@ authors:
8484
- given-names: Zahra
8585
family-names: Khatami
8686
affiliation: Louisiana State University
87-
version: 1.9.0
88-
date-released: 2023-05-02
87+
version: 1.9.1
88+
date-released: 2023-08-04
8989
repository-code: https://github.com/STEllAR-GROUP/hpx
9090
license: BSL-1.0

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ endif()
6060
set(HPX_VERSION_MAJOR 1)
6161
set(HPX_VERSION_MINOR 9)
6262
set(HPX_VERSION_SUBMINOR 1)
63-
set(HPX_VERSION_DATE 20230502)
64-
set(HPX_VERSION_TAG "-rc1")
63+
set(HPX_VERSION_DATE 20230804)
64+
set(HPX_VERSION_TAG "")
6565

6666
set(HPX_VERSION
6767
"${HPX_VERSION_MAJOR}.${HPX_VERSION_MINOR}.${HPX_VERSION_SUBMINOR}"

cmake/packaging/rpm/Changelog.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
* Fri Aug 04 2023 STE||AR Group <[email protected]> 1.9.1
2+
- HPX Release 1.9.1 (https://hpx-docs.stellar-group.org/tags/1.9.1/html/releases/whats_new_1_9_1.html)
3+
14
* Tue May 02 2023 STE||AR Group <[email protected]> 1.9.0
25
- HPX Release 1.9.0 (https://hpx-docs.stellar-group.org/tags/1.9.0/html/releases/whats_new_1_9_0.html)
36

docs/sphinx/releases/whats_new_1_9_1.rst

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

1010
===========================
11-
|hpx| V1.9.1 (TBD)
11+
|hpx| V1.9.1 (August 4, 2023)
1212
===========================
1313

1414
General changes

0 commit comments

Comments
 (0)