mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
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:
parent
a3e1d7f7b7
commit
106fb56936
@ -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)
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
HDF5 version 1.12.3 released on 2023-11-03
|
||||
HDF5 version 1.12.3 released on 2023-11-06
|
||||
================================================================================
|
||||
|
||||
|
||||
|
@ -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;
|
||||
|
||||
/********************/
|
||||
|
Loading…
Reference in New Issue
Block a user