summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5public.h')
-rw-r--r--src/H5public.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5public.h b/src/H5public.h
index 3f9848a..0be303b 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -586,7 +586,7 @@ H5_DLL herr_t H5set_free_list_limits(int reg_global_lim, int reg_list_lim, int a
* garbage collected with H5garbage_collect(). These lists are global
* for the entire library.
*
- * \since 1.12.1
+ * \since 1.10.7
*/
H5_DLL herr_t H5get_free_list_sizes(size_t *reg_size, size_t *arr_size, size_t *blk_size, size_t *fac_size);
/**
@@ -607,7 +607,7 @@ H5_DLL herr_t H5get_free_list_sizes(size_t *reg_size, size_t *arr_size, size_t *
* entire library, but do not include allocations from chunked dataset
* I/O filters or non-native VOL connectors.
*
- * \since 1.12.1
+ * \since 1.10.7
*/
H5_DLL herr_t H5get_alloc_stats(H5_alloc_stats_t *stats);
/**