diff options
Diffstat (limited to 'src/H5Olinfo.c')
-rw-r--r-- | src/H5Olinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Olinfo.c b/src/H5Olinfo.c index a64c501..6184d07 100644 --- a/src/H5Olinfo.c +++ b/src/H5Olinfo.c @@ -74,7 +74,7 @@ const H5O_msg_class_t H5O_MSG_LINFO[1] = {{ }}; /* Current version of link info information */ -#define H5O_LINFO_VERSION 1 +#define H5O_LINFO_VERSION 0 /* Flags for link info index flag encoding */ #define H5O_LINFO_INDEX_NAME 0x01 |