Skip to content

Commit

Permalink
Hdf5 1 12 3 release (#3833)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
lrknox committed Nov 7, 2023
1 parent a3e1d7f commit 106fb56
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion release_docs/RELEASE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
HDF5 version 1.12.3 released on 2023-11-03
HDF5 version 1.12.3 released on 2023-11-06
================================================================================


Expand Down
4 changes: 2 additions & 2 deletions src/H5ESpublic.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

/********************/
Expand Down

0 comments on commit 106fb56

Please sign in to comment.