summaryrefslogtreecommitdiffstats
path: root/src/H5Mpublic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Mpublic.h')
-rw-r--r--src/H5Mpublic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Mpublic.h b/src/H5Mpublic.h
index f645bc9..25d3058 100644
--- a/src/H5Mpublic.h
+++ b/src/H5Mpublic.h
@@ -139,7 +139,7 @@ H5_DLL hid_t H5Mcreate_anon(hid_t loc_id, hid_t key_type_id, hid_t val_type_id,
* H5Mclose() when the application is not longer interested in
* accessing it.
*
- * \since 1.13.0
+ * \since 1.12.0
*
*/
H5_DLL hid_t H5Mopen(hid_t loc_id, const char *name, hid_t mapl_id);
@@ -208,7 +208,7 @@ H5_DLL hid_t H5Mget_val_type(hid_t map_id);
* \details H5Mget_create_plist() returns an identifier for a copy of the
* creation property list for a map object specified by \p map_id.
*
- * \since 1.13.0
+ * \since 1.12.0
*
*/
H5_DLL hid_t H5Mget_create_plist(hid_t map_id);