diff --git a/test/testfiles/plist_files/ocpl_32be b/test/testfiles/plist_files/ocpl_32be index bc4663612be..e629731a0d9 100644 Binary files a/test/testfiles/plist_files/ocpl_32be and b/test/testfiles/plist_files/ocpl_32be differ diff --git a/test/testfiles/plist_files/ocpl_32le b/test/testfiles/plist_files/ocpl_32le index bc4663612be..e629731a0d9 100644 Binary files a/test/testfiles/plist_files/ocpl_32le and b/test/testfiles/plist_files/ocpl_32le differ diff --git a/test/testfiles/plist_files/ocpl_64be b/test/testfiles/plist_files/ocpl_64be index bc4663612be..e629731a0d9 100644 Binary files a/test/testfiles/plist_files/ocpl_64be and b/test/testfiles/plist_files/ocpl_64be differ diff --git a/test/testfiles/plist_files/ocpl_64le b/test/testfiles/plist_files/ocpl_64le index bc4663612be..e629731a0d9 100644 Binary files a/test/testfiles/plist_files/ocpl_64le and b/test/testfiles/plist_files/ocpl_64le differ diff --git a/tools/src/h5repack/h5repack_main.c b/tools/src/h5repack/h5repack_main.c index a93483515e8..4a4fe9734c9 100644 --- a/tools/src/h5repack/h5repack_main.c +++ b/tools/src/h5repack/h5repack_main.c @@ -229,8 +229,9 @@ usage(const char *prog, const pack_opt_t *options) PRINTVALSTREAM(rawoutstream, " 3: This is H5F_LIBVER_V112 in H5F_libver_t struct\n"); PRINTVALSTREAM(rawoutstream, " 4: This is H5F_LIBVER_V114 in H5F_libver_t struct\n"); PRINTVALSTREAM(rawoutstream, " 5: This is H5F_LIBVER_V200 in H5F_libver_t struct\n"); + PRINTVALSTREAM(rawoutstream, " 6: This is H5F_LIBVER_V300 in H5F_libver_t struct\n"); PRINTVALSTREAM(rawoutstream, - " (H5F_LIBVER_LATEST is aliased to H5F_LIBVER_V200 for this release\n"); + " (H5F_LIBVER_LATEST is aliased to H5F_LIBVER_V300 for this release\n"); PRINTVALSTREAM(rawoutstream, "\n"); PRINTVALSTREAM(rawoutstream, " FS_STRATEGY is a string indicating the file space strategy used:\n"); PRINTVALSTREAM(rawoutstream, " FSM_AGGR:\n"); diff --git a/tools/test/h5repack/expected/h5repack-help.txt b/tools/test/h5repack/expected/h5repack-help.txt index 5f9208837dd..ff12da743b5 100644 --- a/tools/test/h5repack/expected/h5repack-help.txt +++ b/tools/test/h5repack/expected/h5repack-help.txt @@ -43,7 +43,7 @@ usage: h5repack [OPTIONS] file1 file2 (default is 1) --high=BOUND The high bound for library release versions to use when creating objects in the file - (default is 5) + (default is 6) --merge Follow external soft link recursively and merge data --prune Do not follow external soft links and remove link --merge --prune Follow external link, merge data and remove dangling link @@ -93,7 +93,8 @@ usage: h5repack [OPTIONS] file1 file2 3: This is H5F_LIBVER_V112 in H5F_libver_t struct 4: This is H5F_LIBVER_V114 in H5F_libver_t struct 5: This is H5F_LIBVER_V200 in H5F_libver_t struct - (H5F_LIBVER_LATEST is aliased to H5F_LIBVER_V200 for this release + 6: This is H5F_LIBVER_V300 in H5F_libver_t struct + (H5F_LIBVER_LATEST is aliased to H5F_LIBVER_V300 for this release FS_STRATEGY is a string indicating the file space strategy used: FSM_AGGR: