diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2022-12-27 20:33:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-27 20:33:14 (GMT) |
commit | 23ccd7ee3b20cfce7339ba7fa8c6e0cc987e798d (patch) | |
tree | d3f2430fe7d26a70033699e70d9d67066e045fae /src/H5ESmodule.h | |
parent | 298c7efe7606aa4c704267beb15138709e1330ab (diff) | |
download | hdf5-23ccd7ee3b20cfce7339ba7fa8c6e0cc987e798d.zip hdf5-23ccd7ee3b20cfce7339ba7fa8c6e0cc987e798d.tar.gz hdf5-23ccd7ee3b20cfce7339ba7fa8c6e0cc987e798d.tar.bz2 |
Purged references to HDF5 1.13.x from the Doxygen documentation (#2365)
Diffstat (limited to 'src/H5ESmodule.h')
-rw-r--r-- | src/H5ESmodule.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5ESmodule.h b/src/H5ESmodule.h index b05b7f4..1e333f7 100644 --- a/src/H5ESmodule.h +++ b/src/H5ESmodule.h @@ -39,7 +39,7 @@ * while the application is performing other tasks. * * To support AIO capabilities for the HDF5 VOL connectors, the AIO versions for the functions - * listed in the table below were added to HDF5 library version 1.13.0 and later. The async version + * listed in the table below were added to HDF5 library version 1.14.0 and later. The async version * of the function has “_async” suffix added to the function name. For example, the async version * for H5Fcreate is H5Fcreate_async. * |