summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2010-08-09 16:21:13 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2010-08-09 16:21:13 (GMT)
commita586c760ee217c619fc97f0498c57506fb360a3e (patch)
treee0193cf636faaff0f99fd7dc566327d969bac5de /src
parentb439d940fdcc039aeb0785e0fd0ec9ba789d443a (diff)
downloadhdf5-a586c760ee217c619fc97f0498c57506fb360a3e.zip
hdf5-a586c760ee217c619fc97f0498c57506fb360a3e.tar.gz
hdf5-a586c760ee217c619fc97f0498c57506fb360a3e.tar.bz2
[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.
Diffstat (limited to 'src')
-rw-r--r--src/H5Fpublic.h4
1 files changed, 4 insertions, 0 deletions
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