summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhendersonHDF <jhenderson@hdfgroup.org>2023-07-27 18:21:17 (GMT)
committerGitHub <noreply@github.com>2023-07-27 18:21:17 (GMT)
commit576aed793157c2c07a623f317ca65421fc2e73b4 (patch)
tree79b9edb83f57d70428491429e357b042b09cb904
parent00f5d01c8345d9718ca43aa8ca98bf6cfc05b70d (diff)
downloadhdf5-576aed793157c2c07a623f317ca65421fc2e73b4.zip
hdf5-576aed793157c2c07a623f317ca65421fc2e73b4.tar.gz
hdf5-576aed793157c2c07a623f317ca65421fc2e73b4.tar.bz2
Fix release version for some H5Pfapl routines (#3023) (#3286)
-rw-r--r--src/H5Ppublic.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5Ppublic.h b/src/H5Ppublic.h
index 2f6ca71..2a19b72 100644
--- a/src/H5Ppublic.h
+++ b/src/H5Ppublic.h
@@ -3527,7 +3527,7 @@ H5_DLL const void *H5Pget_driver_info(hid_t plist_id);
* string is simply returned. The caller can then allocate a buffer
* of the appropriate size and call this routine again.
*
- * \version 1.12.1 Function publicized in this release.
+ * \version 1.14.0 Function publicized in this release.
*
*/
H5_DLL ssize_t H5Pget_driver_config_str(hid_t fapl_id, char *config_buf, size_t buf_size);
@@ -4388,7 +4388,7 @@ H5_DLL herr_t H5Pset_driver(hid_t plist_id, hid_t driver_id, const void *driver_
* registered, an attempt will be made to load the driver as a
* plugin.
*
- * \version 1.12.1 Function publicized in this release.
+ * \version 1.14.0 Function publicized in this release.
*
*/
H5_DLL herr_t H5Pset_driver_by_name(hid_t plist_id, const char *driver_name, const char *driver_config);
@@ -4413,7 +4413,7 @@ H5_DLL herr_t H5Pset_driver_by_name(hid_t plist_id, const char *driver_name, con
* registered, an attempt will be made to load the driver as a
* plugin.
*
- * \version 1.12.1 Function publicized in this release.
+ * \version 1.14.0 Function publicized in this release.
*
*/
H5_DLL herr_t H5Pset_driver_by_value(hid_t plist_id, H5FD_class_value_t driver_value,