summaryrefslogtreecommitdiffstats
path: root/src/H5Oginfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Oginfo.c')
-rw-r--r--src/H5Oginfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Oginfo.c b/src/H5Oginfo.c
index 4867337..d5b2ed4 100644
--- a/src/H5Oginfo.c
+++ b/src/H5Oginfo.c
@@ -66,7 +66,7 @@ const H5O_msg_class_t H5O_MSG_GINFO[1] = {{
}};
/* Current version of group info information */
-#define H5O_GINFO_VERSION 1
+#define H5O_GINFO_VERSION 0
/* Flags for group info flag encoding */
#define H5O_GINFO_FLAG_TRACK_NAME 0x01