Hdf5 1 12 3 release (#3833)

* Change libaec and zlib tar.gz filenames to those in cacheinit.cmake.

* Add release date.

* Revert position change of enum entries in H5ESpublic.h.
Update release date.
This commit is contained in:
Larry Knox 2023-11-06 19:46:28 -06:00 committed by GitHub
parent a3e1d7f7b7
commit 106fb56936
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,5 @@
HDF5 version 1.12.3 released on 2023-11-03
HDF5 version 1.12.3 released on 2023-11-06
![HDF5 Logo](doxygen/img/HDF5.png)

View File

@ -1,4 +1,4 @@
HDF5 version 1.12.3 released on 2023-11-03
HDF5 version 1.12.3 released on 2023-11-06
================================================================================

View File

@ -34,8 +34,8 @@
typedef enum H5ES_status_t {
H5ES_STATUS_IN_PROGRESS, /**< Operation(s) have not yet completed */
H5ES_STATUS_SUCCEED, /**< Operation(s) have completed, successfully */
H5ES_STATUS_CANCELED, /**< Operation(s) has been canceled */
H5ES_STATUS_FAIL /**< An operation has completed, but failed */
H5ES_STATUS_FAIL, /**< An operation has completed, but failed */
H5ES_STATUS_CANCELED /**< Operation(s) has been canceled */
} H5ES_status_t;
/********************/