summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-08-26 16:17:54 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-08-26 16:17:54 (GMT)
commitea488ceb595dfcbc721204faad0c95a1d3c7d1f2 (patch)
tree602866a0f2c2b111c06ba6547947947b120c1a16 /test
parentf00cc676f1b90d51079cf8c8b3abc93e5ddd9397 (diff)
downloadhdf5-ea488ceb595dfcbc721204faad0c95a1d3c7d1f2.zip
hdf5-ea488ceb595dfcbc721204faad0c95a1d3c7d1f2.tar.gz
hdf5-ea488ceb595dfcbc721204faad0c95a1d3c7d1f2.tar.bz2
Correct libver names available
Diffstat (limited to 'test')
-rw-r--r--test/h5test.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/h5test.c b/test/h5test.c
index cbccf8f..a6ec34d 100644
--- a/test/h5test.c
+++ b/test/h5test.c
@@ -103,9 +103,8 @@ static const char *multi_letters = "msbrglo";
/* The strings that correspond to library version bounds H5F_libver_t in H5Fpublic.h */
/* This is used by h5_get_version_string() */
const char *LIBVER_NAMES[] = {
- "earliest", /* H5F_LIBVER_EARLIEST = 0 */
- "v18", /* H5F_LIBVER_V18 = 1 */
- "latest", /* H5F_LIBVER_V112 = 3 */
+ "earliest", /* H5F_LIBVER_EARLIEST = 0 */
+ "latest", /* H5F_LIBVER_V18 = 1 */
NULL
};