summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHDF Admin <hdfadmin@ncsa.uiuc.edu>2005-09-11 22:38:07 (GMT)
committerHDF Admin <hdfadmin@ncsa.uiuc.edu>2005-09-11 22:38:07 (GMT)
commitbbb67c5ec564c44ecc3bb0d84968e60fdee0790b (patch)
tree60d8ab587e7786627e8a785413054f38b25de52c /src
parent5ef432cd5346f9bfa26962d1e17c547fc9bcf1e3 (diff)
downloadhdf5-bbb67c5ec564c44ecc3bb0d84968e60fdee0790b.zip
hdf5-bbb67c5ec564c44ecc3bb0d84968e60fdee0790b.tar.gz
hdf5-bbb67c5ec564c44ecc3bb0d84968e60fdee0790b.tar.bz2
[svn-r11383] Snapshot version 1.6 release 5 (snap0)
Diffstat (limited to 'src')
-rw-r--r--src/H5config.h.in4
-rw-r--r--src/H5public.h4
2 files changed, 6 insertions, 2 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in
index 53a9453..7f5b745 100644
--- a/src/H5config.h.in
+++ b/src/H5config.h.in
@@ -363,6 +363,10 @@
/* Define if `__tm_gmtoff' is a member of `struct tm' */
#undef HAVE___TM_GMTOFF
+/* Define if your system can handle complicated MPI derived datatype
+ correctly. */
+#undef MPI_COMPLEX_DERIVED_DATATYPE_WORKS
+
/* Define if your system's `MPI_File_set_size' function works for files over
2GB. */
#undef MPI_FILE_SET_SIZE_BIG
diff --git a/src/H5public.h b/src/H5public.h
index a74855a..372e3f4 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -75,9 +75,9 @@ extern "C" {
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
#define H5_VERS_MINOR 6 /* For minor interface/format changes */
#define H5_VERS_RELEASE 5 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "snap0" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "snap1" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.6.5-snap0" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.6.5-snap1" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)