From a586c760ee217c619fc97f0498c57506fb360a3e Mon Sep 17 00:00:00 2001 From: Raymond Lu Date: Mon, 9 Aug 2010 11:21:13 -0500 Subject: [svn-r19196] Defined the file format version H5F_LIBVER_18 to prepare for the 1.10 release. It isn't used anywhere yet. Tested on jam - very simple change and not used. --- src/H5Fpublic.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/H5Fpublic.h b/src/H5Fpublic.h index f7cf740..ec4f8d0 100644 --- a/src/H5Fpublic.h +++ b/src/H5Fpublic.h @@ -133,6 +133,10 @@ typedef enum H5F_libver_t { H5F_LIBVER_LATEST /* Use the latest possible format available for storing objects*/ } H5F_libver_t; +/* Define file format version for 1.8 to prepare for 1.10 release. + * (Not used anywhere now)*/ +#define H5F_LIBVER_18 H5F_LIBVER_LATEST + #ifdef __cplusplus extern "C" { #endif -- cgit v0.12